You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Dockerfile
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
# BUILDPLATFORM is an automatic platform ARG enabled by Docker BuildKit.
7
7
# Represents the plataform where the build is happening, do not mix with
8
8
# TARGETARCH
9
-
FROM --platform=${BUILDPLATFORM} docker.io/library/node:18-alpine3.18@sha256:435dcad253bb5b7f347ebc69c8cc52de7c912eb7241098b920f2fc2d7843183d as stage1
9
+
FROM --platform=${BUILDPLATFORM} docker.io/library/node:18-alpine3.18@sha256:4bdb3f3105718f0742bc8d64bb4e36e8f955ebbee295325e40ae80bc8ef78833 as stage1
10
10
RUN apk add bash
11
11
WORKDIR /app
12
12
@@ -26,5 +26,5 @@ COPY . .
26
26
ARG NODE_ENV=production
27
27
RUN npm run build
28
28
29
-
FROM docker.io/nginxinc/nginx-unprivileged:1.25-alpine3.18@sha256:428e086ab26adf52ac6486ac525d5ad06122c1cb5e0a8e0e5e781c47dcf62996
29
+
FROM docker.io/nginxinc/nginx-unprivileged:1.25-alpine3.18@sha256:c0c740ab4838b69211d219d6f4b091ca7684d017659096c7015a4cd44009dda2
0 commit comments