Skip to content

Commit

Permalink
Dockerfile: Upgrade dependencies
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
schnatterer committed May 22, 2024
1 parent ee4b781 commit f744e00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG ENV=prod
FROM node:18.14.0-alpine3.17 as node
FROM nginxinc/nginx-unprivileged:1.23.3-alpine-slim as nginx
FROM node:20-alpine as node
FROM nginxinc/nginx-unprivileged:1-alpine-slim as nginx

FROM node as aggregator
RUN mkdir -p /tmp/reveal /dist/scripts
Expand Down

0 comments on commit f744e00

Please sign in to comment.