Skip to content

Commit

Permalink
refactor: Security upgrade node from lts-alpine to 20.14.0-alpine3.20 (
Browse files Browse the repository at this point in the history
  • Loading branch information
parseplatformorg authored Jun 22, 2024
1 parent 76ec42f commit ed3312f
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,7 +1,7 @@
############################################################
# Build stage
############################################################
FROM node:lts-alpine AS build
FROM node:20.14.0-alpine3.20 AS build

RUN apk --no-cache add git
WORKDIR /src
Expand All @@ -27,7 +27,7 @@ RUN npm run prepare && npm run build
############################################################
# Release stage
############################################################
FROM node:lts-alpine AS release
FROM node:20.14.0-alpine3.20 AS release
WORKDIR /src

# Copy production node_modules
Expand Down

0 comments on commit ed3312f

Please sign in to comment.