Skip to content

Commit

Permalink
Update docker.io/library/golang Docker tag to v1.23
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] authored Sep 30, 2024
1 parent 760d4ae commit 5456289
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ WORKDIR /opt/app-root/web
RUN npm run format-all
RUN npm run build$BUILDSCRIPT

FROM docker.io/library/golang:1.22 as go-builder
FROM docker.io/library/golang:1.23 as go-builder

ARG TARGETPLATFORM
ARG TARGETARCH=amd64
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.ci
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/library/golang:1.22
FROM docker.io/library/golang:1.23

RUN apt-get update && apt-get install -y \
nodejs \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.cypress
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ WORKDIR /opt/app-root/web
RUN npm run format-all
RUN npm run build$BUILDSCRIPT

FROM --platform=$BUILDPLATFORM docker.io/library/golang:1.22 as go-builder
FROM --platform=$BUILDPLATFORM docker.io/library/golang:1.23 as go-builder

ARG LDFLAGS
WORKDIR /opt/app-root
Expand Down

0 comments on commit 5456289

Please sign in to comment.