Skip to content

Commit f56e000

Browse files
committed
Update alpine Docker tag to v3.23.0
1 parent 47ae5e9 commit f56e000

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ COPY . .
55
RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/root/go/pkg \
66
go build -o /bin/authserver ./cmd
77

8-
FROM alpine:3.22.2@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412
8+
FROM alpine:3.23.0@sha256:51183f2cfa6320055da30872f211093f9ff1d3cf06f39a0bdb212314c5dc7375
99
COPY --from=builder /bin/authserver /usr/local/bin/
1010
ENTRYPOINT [ "/usr/local/bin/authserver" ]

0 commit comments

Comments
 (0)