Skip to content

Commit

Permalink
chore: bump web node image version
Browse files Browse the repository at this point in the history
  • Loading branch information
soofstad committed Jun 5, 2024
1 parent 62ffc9b commit 1edf667
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ RUN touch /var/run/nginx.pid && \
USER 1000

# Fails to build styled-common with node 18
FROM node:16 as base
FROM node:22 as base
ARG AUTH_ENABLED=0
ARG REDIRECT_URI=http://localhost/
# Azure AD requires a scope.
Expand Down

0 comments on commit 1edf667

Please sign in to comment.