Skip to content

Commit

Permalink
Update docker base image version
Browse files Browse the repository at this point in the history
  • Loading branch information
eriktm committed Jan 6, 2024
1 parent 992c8fb commit b02d7ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:16 AS build
FROM node:18 AS build
ARG CLIENT_ID
ARG CLIENT_SECRET
ENV VITE_APP_CLIENT_ID ${CLIENT_ID}
Expand Down

0 comments on commit b02d7ad

Please sign in to comment.