1
0
mirror of https://github.com/bitwarden/server synced 2026-02-27 18:03:17 +00:00

Update Nginx base image to stable-alpine3.23 (#7091)

This commit is contained in:
MtnBurrit0
2026-02-26 14:09:11 -07:00
committed by GitHub
parent 18973a4f63
commit 25df3c381c

View File

@@ -1,4 +1,4 @@
FROM --platform=$BUILDPLATFORM nginx:stable-alpine3.21
FROM --platform=$BUILDPLATFORM nginx:stable-alpine3.23
ARG TARGETPLATFORM
LABEL com.bitwarden.product="bitwarden"