Skip to content

Commit f744e00

Browse files
committed
Dockerfile: Upgrade dependencies
Start using moving tags for easier maintenance and earlier upgrades. This might not be as deterministic, but from experience, the risks of breaking changes with node and nginx are low.
1 parent ee4b781 commit f744e00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ARG ENV=prod
2-
FROM node:18.14.0-alpine3.17 as node
3-
FROM nginxinc/nginx-unprivileged:1.23.3-alpine-slim as nginx
2+
FROM node:20-alpine as node
3+
FROM nginxinc/nginx-unprivileged:1-alpine-slim as nginx
44

55
FROM node as aggregator
66
RUN mkdir -p /tmp/reveal /dist/scripts

0 commit comments

Comments
 (0)