Skip to content

Commit

Permalink
fix: fixing alpine version in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
bl4ko committed Mar 13, 2024
1 parent c461ea4 commit e6db0f6
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:21-alpine3.18@sha256:a0b2286b29138d5265edb6ee1b7e48579d705bf93fd6e0ce8f56e87fbb5136ef AS base
FROM node:21.7.1-alpine3.19 AS base

# Install dependencies only when needed
FROM base AS deps
Expand Down Expand Up @@ -49,4 +49,4 @@ EXPOSE 3000

ENV PORT 3000

CMD ["node", "server.js", "0.0.0.0:3000"]
CMD ["node", "server.js", "0.0.0.0:3000"]

0 comments on commit e6db0f6

Please sign in to comment.