Skip to content

Commit

Permalink
Merge pull request #1029 from synclounge/dependabot/docker/node-22.2.…
Browse files Browse the repository at this point in the history
…0-alpine3.18

build(docker): bump node from 21.6.2-alpine3.18 to 22.2.0-alpine3.18
  • Loading branch information
ttshivers authored Jun 18, 2024
2 parents 80a1be6 + 1d5dfc7 commit 6fd1b57
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,5 +1,5 @@
# base environment
FROM node:21.6.2-alpine3.18 as base-stage
FROM node:22.2.0-alpine3.18 as base-stage
RUN mkdir /app && chown -R node:node /app
WORKDIR /app

Expand Down

0 comments on commit 6fd1b57

Please sign in to comment.