Skip to content

Commit

Permalink
Bump image
Browse files Browse the repository at this point in the history
  • Loading branch information
akiioto committed Oct 3, 2024
1 parent 9beb429 commit 19958f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/image-builder/images/buildkit/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ RUN apk add --no-cache curl && \
| tar xz docker-credential-gcr \
&& chmod +x docker-credential-gcr && mv docker-credential-gcr /usr/bin/

FROM europe-docker.pkg.dev/kyma-project/prod/buildpack-go:v20240523-9d9961f1 AS builder
FROM europe-docker.pkg.dev/kyma-project/prod/buildpack-go:v20241003-9d1845c9 AS builder

WORKDIR /
COPY . /app/
Expand Down
2 changes: 1 addition & 1 deletion cmd/image-builder/images/kaniko/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM europe-docker.pkg.dev/kyma-project/prod/buildpack-go:v20240523-9d9961f1 AS builder
FROM europe-docker.pkg.dev/kyma-project/prod/buildpack-go:v20241003-9d1845c9 AS builder

WORKDIR /
COPY . /app/
Expand Down

0 comments on commit 19958f7

Please sign in to comment.