Skip to content

Commit

Permalink
feat: use node:18-alpine3.16 node image instead of latest one (#715)
Browse files Browse the repository at this point in the history
  • Loading branch information
juanmahidalgo authored Sep 28, 2023
1 parent 9e9c608 commit a63c3c5
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
@@ -1,6 +1,6 @@
ARG RUN

FROM node:18.17.1-alpine as builder
FROM node:18-alpine3.16 as builder

WORKDIR /app

Expand Down

0 comments on commit a63c3c5

Please sign in to comment.