Skip to content

Commit

Permalink
chore(deps): update golang docker tag to v1.23.1
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>
  • Loading branch information
red-hat-konflux[bot] committed Sep 28, 2024
1 parent aff032d commit 8c0b436
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion integration/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This Dockerfile builds a base image for the certificate-transparency-go CloudBuild integration testing.
# See https://hub.docker.com/_/golang for the set of golang base images.
FROM golang:1.23.0-bookworm@sha256:31dc846dd1bcca84d2fa231bcd16c09ff271bcc1a5ae2c48ff10f13b039688f3 as ct_testbase
FROM golang:1.23.1-bookworm@sha256:88cac5665e8b3e739382104bdc8b5b4edec343518f4b5aa49ecf17fc711783d9 as ct_testbase

WORKDIR /testbase

Expand Down
2 changes: 1 addition & 1 deletion internal/witness/cmd/feeder/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.23.0-bookworm@sha256:31dc846dd1bcca84d2fa231bcd16c09ff271bcc1a5ae2c48ff10f13b039688f3 as builder
FROM golang:1.23.1-bookworm@sha256:88cac5665e8b3e739382104bdc8b5b4edec343518f4b5aa49ecf17fc711783d9 as builder

ARG GOFLAGS=""
ENV GOFLAGS=$GOFLAGS
Expand Down
4 changes: 2 additions & 2 deletions internal/witness/cmd/witness/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.23.0-bookworm@sha256:31dc846dd1bcca84d2fa231bcd16c09ff271bcc1a5ae2c48ff10f13b039688f3 AS builder
FROM golang:1.23.1-bookworm@sha256:88cac5665e8b3e739382104bdc8b5b4edec343518f4b5aa49ecf17fc711783d9 AS builder

ARG GOFLAGS=""
ENV GOFLAGS=$GOFLAGS
Expand All @@ -18,7 +18,7 @@ COPY . .
RUN go build -o /build/bin/witness ./internal/witness/cmd/witness

# Build release image
FROM golang:1.23.0-bookworm@sha256:31dc846dd1bcca84d2fa231bcd16c09ff271bcc1a5ae2c48ff10f13b039688f3
FROM golang:1.23.1-bookworm@sha256:88cac5665e8b3e739382104bdc8b5b4edec343518f4b5aa49ecf17fc711783d9

COPY --from=builder /build/bin/witness /bin/witness
ENTRYPOINT ["/bin/witness"]

0 comments on commit 8c0b436

Please sign in to comment.