Skip to content

Commit

Permalink
feat: use node:18-alpine3.16 node image instead of latest one
Browse files Browse the repository at this point in the history
  • Loading branch information
juanmahidalgo committed Sep 28, 2023
1 parent 9e9c608 commit 32d4f53
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 32d4f53

Please sign in to comment.