Skip to content

Commit

Permalink
chore(build): up builder image
Browse files Browse the repository at this point in the history
Release-As: 2.10.9

Signed-off-by: Alexey Igrychev <alexey.igrychev@flant.com>
  • Loading branch information
alexey-igrychev committed Oct 1, 2024
1 parent f603438 commit 1bd2ae6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions scripts/werf-builder/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
FROM --platform=linux/amd64 golang:1.21-bookworm@sha256:cbee5d27649be9e3a48d4d152838901c65d7f8e803f4cc46b53699dd215b555f

FROM --platform=linux/amd64 golang:1.22-bookworm@sha256:00c0724d8fe7bb3c56fe06113aec3781576d14cd836c2701cef9013c192fd43c
ENV DEBIAN_FRONTEND=noninteractive

RUN apt-get -y update && \
Expand Down
2 changes: 1 addition & 1 deletion trdl.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
docker_image: registry.werf.io/werf/builder:33c28776d56d2c4b36f8d2f018eb00f5832fcbcb@sha256:e4f5e8caad94b2f2775824c7e09e2a548972f12080a734329b0041962581095c
docker_image: registry.werf.io/werf/builder:f603438902c61c18c7378f8a54fdc162b994e72c@sha256:b1d230227e59b0fae50cb3ecbeac7551bd6d2f89090e4fd54be355aa1b67b269
commands:
- task -o group -p build:dist:all version={{ .Tag }}
- task -p verify:binaries:dist:all version={{ .Tag }}
Expand Down

0 comments on commit 1bd2ae6

Please sign in to comment.