Skip to content

Commit

Permalink
Merge pull request #77 from natrontech/fix-sessions
Browse files Browse the repository at this point in the history
ci: upgrade docker image to 1.21
  • Loading branch information
janlauber authored Mar 22, 2024
2 parents 2f9f95c + 0c624f3 commit 53b313c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.20-alpine AS backend-builder
FROM golang:1.21-alpine AS backend-builder
WORKDIR /build
COPY kubelab-backend/go.mod kubelab-backend/go.sum kubelab-backend/main.go ./
COPY kubelab-backend/hooks ./hooks
Expand Down

0 comments on commit 53b313c

Please sign in to comment.