Skip to content

Commit

Permalink
fixed image
Browse files Browse the repository at this point in the history
  • Loading branch information
DnOberon committed Feb 22, 2023
1 parent cabc0d9 commit 4338c21
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
Expand Up @@ -44,7 +44,7 @@ RUN npm run build:web-gl
# catch any env file a user might have accidentally built into the container
RUN rm -rf .env

FROM node:18.14.0-alpine3.17 as production
FROM node:18.14.1-alpine3.17 as production

WORKDIR /srv/core_api

Expand Down

0 comments on commit 4338c21

Please sign in to comment.