Skip to content

Commit

Permalink
node-service - alpine:3.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieu-benoit authored Jun 4, 2024
1 parent bc65463 commit c0d106c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/node-service/content/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM alpine:3.19.1 as builder
FROM alpine:3.20.0 as builder
RUN apk add --no-cache nodejs npm
COPY package*.json ./
RUN npm install --only=prod

FROM alpine:3.19.1
FROM alpine:3.20.0
RUN apk add --no-cache nodejs
COPY --from=builder /node_modules ./node_modules
COPY index.js index.js
Expand Down

0 comments on commit c0d106c

Please sign in to comment.