Skip to content

Commit

Permalink
Update golang:1.23-alpine Docker digest to f8113c4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and g3force committed Mar 1, 2025
1 parent c2f01e8 commit ff53c45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/ssl-status-board/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ WORKDIR frontend
RUN npm install
RUN npm run build

FROM golang:1.23-alpine@sha256:47d337594bd9e667d35514b241569f95fb6d95727c24b19468813d596d5ae596 AS build_go
FROM golang:1.23-alpine@sha256:f8113c4b13e2a8b3a168dceaee88ac27743cc84e959f43b9dbd2291e9c3f57a0 AS build_go
ARG cmd=ssl-status-board
WORKDIR work
COPY . .
Expand Down

0 comments on commit ff53c45

Please sign in to comment.