Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
fix: upgrade docker image (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Bouquillon authored Sep 18, 2023
1 parent 2cb3251 commit 28561c4
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,4 +1,4 @@
FROM node:18-alpine
FROM node:18-alpine3.18@sha256:982b5b6f07cd9241c9ebb163829067deac8eaefc57cfa8f31927f4b18943d971

WORKDIR /app

Expand All @@ -16,4 +16,4 @@ COPY . .

USER 1000

ENTRYPOINT ["yarn", "start"]
ENTRYPOINT ["yarn", "start"]

0 comments on commit 28561c4

Please sign in to comment.