Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ajeetraina authored Jul 9, 2024
1 parent 3be42d8 commit 4f5f610
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 alpine:3.14@sha256:eb3e4e175ba6d212ba1d6e04fc0782916c08e1c9d7b45892e9796141b1d379ae
FROM alpine:3.18

ENV BLUEBIRD_WARNINGS=0 \
NODE_ENV=production \
Expand All @@ -20,4 +20,4 @@ COPY . /app

CMD ["node","/app/app.js"]

EXPOSE 8080
EXPOSE 8080

0 comments on commit 4f5f610

Please sign in to comment.