Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump golang from 20f9ab5 to 5ee1296 in /trillian/examples/deployment/docker/ctfe #1216

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion trillian/examples/deployment/docker/ctfe/Dockerfile
@@ -1,4 +1,4 @@
FROM golang:1.21.3-bookworm@sha256:20f9ab52a8c3598ef13f86c9bc3b94db400e13df115ecacd8c3dfd0c0f060208 as build
FROM golang:1.21.3-bookworm@sha256:5ee12963390a919952d80f1d7894c75a43467f6ab1d4204325093e62705f3609 as build

ARG GOFLAGS=""
ENV GOFLAGS=$GOFLAGS
Expand Down