Skip to content

Commit

Permalink
BUmp base go images (#1306)
Browse files Browse the repository at this point in the history
  • Loading branch information
halamix2 authored Dec 9, 2024
1 parent 3861083 commit 85abf36
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion components/operator/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@


# Build the operator binary
FROM europe-docker.pkg.dev/kyma-project/prod/external/library/golang:1.23.4-alpine3.20 as builder
FROM europe-docker.pkg.dev/kyma-project/prod/external/library/golang:1.23.4-alpine3.21 as builder

WORKDIR /workdir

Expand Down
2 changes: 1 addition & 1 deletion components/serverless/deploy/jobinit/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM europe-docker.pkg.dev/kyma-project/prod/external/library/golang:1.23.4-alpine3.20 as builder
FROM europe-docker.pkg.dev/kyma-project/prod/external/library/golang:1.23.4-alpine3.21 as builder

ENV BASE_APP_DIR=/workspace/go/src/github.com/kyma-project/serverless \
CGO_ENABLED=1 \
Expand Down
2 changes: 1 addition & 1 deletion components/serverless/deploy/manager/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM europe-docker.pkg.dev/kyma-project/prod/external/library/golang:1.23.4-alpine3.20 as builder
FROM europe-docker.pkg.dev/kyma-project/prod/external/library/golang:1.23.4-alpine3.21 as builder

ENV BASE_APP_DIR=/workspace/go/src/github.com/kyma-project/serverless \
CGO_ENABLED=1 \
Expand Down
2 changes: 1 addition & 1 deletion components/serverless/deploy/webhook/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM europe-docker.pkg.dev/kyma-project/prod/external/library/golang:1.23.4-alpine3.20 as builder
FROM europe-docker.pkg.dev/kyma-project/prod/external/library/golang:1.23.4-alpine3.21 as builder

ENV BASE_APP_DIR=/workspace/go/src/github.com/kyma-project/serverless \
CGO_ENABLED=0 \
Expand Down

0 comments on commit 85abf36

Please sign in to comment.