Skip to content

Commit

Permalink
build(deps): bump node from 21.6.1-alpine to 21.6.2-alpine (#47)
Browse files Browse the repository at this point in the history
Bumps node from 21.6.1-alpine to 21.6.2-alpine.

---
updated-dependencies:
- dependency-name: node
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 19, 2024
1 parent ba03702 commit 128f501
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 CONTAINER
#
FROM node:21.6.1 as base
FROM node:21.6.2 as base
ENV NODE_ENV production
ENV YARN_CACHE_FOLDER /root/.yarn
WORKDIR /app
Expand All @@ -19,7 +19,7 @@ RUN --mount=type=cache,target=/root/.yarn yarn run build \
#
# PRODUCTION CONTAINER
#
FROM node:21.6.1-alpine as production
FROM node:21.6.2-alpine as production
USER node

ARG VERSION
Expand Down

0 comments on commit 128f501

Please sign in to comment.