Skip to content

Commit

Permalink
#156: Updated node-alpine version 3.18 -> 3.20
Browse files Browse the repository at this point in the history
  • Loading branch information
Manuel Stöger committed Jan 24, 2025
1 parent 6b975c3 commit e28250a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/backend.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ARG BUILDPLATFORM=${BUILDPLATFORM:-amd64}
######################################################################
# INSTALL image...
######################################################################
FROM --platform=${BUILDPLATFORM} node:${NODE_VERSION}-alpine3.18 AS install
FROM --platform=${BUILDPLATFORM} node:${NODE_VERSION}-alpine3.20 AS install
# ENV APP_PATH=${APP_PATH_ARG}

# NPM ci first, as to NOT invalidate previous steps except for when package.json changes
Expand Down Expand Up @@ -40,7 +40,7 @@ RUN --mount=type=bind,src=./package.json,target=./package.json,readonly \
######################################################################
# Final lean image...
######################################################################
FROM --platform=${BUILDPLATFORM} node:${NODE_VERSION}-alpine3.18 AS builder
FROM --platform=${BUILDPLATFORM} node:${NODE_VERSION}-alpine3.20 AS builder

ENV APP_PATH=${APP_PATH_ARG}
ENV NODE_ENV=production
Expand Down

0 comments on commit e28250a

Please sign in to comment.