Skip to content

Commit 802961b

Browse files
chore(deps): update nginx docker tag to v1.26.0
1 parent 21d7d33 commit 802961b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/snapshot/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ COPY . ./
88
RUN npm run build
99

1010
# production environment
11-
FROM nginx:1.25.3-alpine
11+
FROM nginx:1.26.0-alpine
1212
COPY --from=build /app/build /usr/share/nginx/html
1313
# new
1414
#COPY nginx/nginx.conf /etc/nginx/conf.d/default.conf

0 commit comments

Comments
 (0)