diff --git a/Dockerfile b/Dockerfile index 4c411a91..95ebb24a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM golang:1.23.2@sha256:adee809c2d0009a4199a11a1b2618990b244c6515149fe609e2788ddf164bd10 AS builder +FROM golang:1.23.3@sha256:d56c3e08fe5b27729ee3834854ae8f7015af48fd651cd25d1e3bcf3c19830174 AS builder ENV APP_ROOT=/opt/app-root ENV GOPATH=$APP_ROOT @@ -25,7 +25,7 @@ ARG TARGETARCH RUN CGO_ENABLED=0 make scorecard-webapp # Multi-Stage production build -FROM golang:1.23.2@sha256:adee809c2d0009a4199a11a1b2618990b244c6515149fe609e2788ddf164bd10 as deploy +FROM golang:1.23.3@sha256:d56c3e08fe5b27729ee3834854ae8f7015af48fd651cd25d1e3bcf3c19830174 as deploy # Retrieve the binary from the previous stage COPY --from=builder /opt/app-root/src/scorecard-webapp /usr/local/bin/scorecard-webapp