Skip to content

Commit

Permalink
Bump base go image (#355)
Browse files Browse the repository at this point in the history
  • Loading branch information
halamix2 authored Dec 9, 2024
1 parent 6551d42 commit ac323c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/admission/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the manager binary
FROM europe-docker.pkg.dev/kyma-project/prod/external/library/golang:1.23.3-alpine3.20 as builder
FROM europe-docker.pkg.dev/kyma-project/prod/external/library/golang:1.23.4-alpine3.21 as builder
ARG TARGETOS
ARG TARGETARCH

Expand Down
2 changes: 1 addition & 1 deletion docker/operator/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the manager binary
FROM europe-docker.pkg.dev/kyma-project/prod/external/library/golang:1.23.3-alpine3.20 as builder
FROM europe-docker.pkg.dev/kyma-project/prod/external/library/golang:1.23.4-alpine3.21 as builder
ARG TARGETOS
ARG TARGETARCH

Expand Down

0 comments on commit ac323c0

Please sign in to comment.