Skip to content

Commit

Permalink
chore(deps): update docker.io/library/golang docker tag to v1.23 (#120)
Browse files Browse the repository at this point in the history
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
Co-authored-by: red-hat-konflux[bot] <126015336+red-hat-konflux[bot]@users.noreply.github.com>
  • Loading branch information
red-hat-konflux[bot] authored Oct 29, 2024
1 parent db16ac3 commit 608ff5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfiles/Dockerfile.guac-cont
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/library/golang:1.22 as builder
FROM docker.io/library/golang:1.23 as builder
WORKDIR /go/src/github.com/guacsec/guac/
ADD . /go/src/github.com/guacsec/guac/
RUN --mount=type=cache,target=/go/pkg/mod make build
Expand Down

0 comments on commit 608ff5c

Please sign in to comment.