Skip to content

Commit

Permalink
ver bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
benc-uk committed Dec 20, 2023
1 parent 47f074c commit 9ab2f61
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 76 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: "Set Go version and paths"
uses: actions/setup-go@v3
with:
go-version: "^1.19.0"
go-version: "^1.21.0"

- name: "Install extra tools"
run: |
Expand Down
4 changes: 2 additions & 2 deletions build/frontend.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# ===================================================================================
# === Stage 1: Build static serving host ============================================
# ===================================================================================
FROM golang:1.19-alpine as server-build
FROM golang:1.21-alpine as server-build

WORKDIR /build

Expand All @@ -23,7 +23,7 @@ RUN GO111MODULE=on CGO_ENABLED=0 GOOS=linux go build \
# ================================================================================================
# === Stage 2: Build and bundle the Vue.js app with Vue CLI 3 ====================================
# ================================================================================================
FROM node:18-alpine as frontend-build
FROM node:20-alpine as frontend-build

ARG VERSION="0.0.1"
ARG BUILD_INFO="Not provided"
Expand Down
25 changes: 0 additions & 25 deletions deploy/live/app-values.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions deploy/live/cert.yaml

This file was deleted.

25 changes: 0 additions & 25 deletions deploy/live/ingress-values.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions deploy/live/readme.md

This file was deleted.

0 comments on commit 9ab2f61

Please sign in to comment.