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 6, 2024
1 parent b8fb2f1 commit 09ab8eb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions web/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ RUN touch /var/run/nginx.pid && \
# Run master process as non-root user
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 09ab8eb

Please sign in to comment.