We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fad5cd commit 9cd732cCopy full SHA for 9cd732c
backend/Dockerfile
@@ -27,7 +27,7 @@ COPY ./build-gops.sh .
27
RUN --mount=target=/root/.cache,type=cache --mount=target=/go/pkg/mod,type=cache \
28
./build-gops.sh
29
30
-FROM docker.io/library/node:18-alpine3.18@sha256:435dcad253bb5b7f347ebc69c8cc52de7c912eb7241098b920f2fc2d7843183d
+FROM docker.io/library/node:21-alpine3.18@sha256:4a512d1538b1a8281b58cab0b366a5c62436566bb63e7dcd4a6769c98edb3b5f
31
# TARGETOS is an automatic platform ARG enabled by Docker BuildKit.
32
ARG TARGETOS
33
# TARGETARCH is an automatic platform ARG enabled by Docker BuildKit.
0 commit comments