Skip to content

Commit

Permalink
Update Alpine image to 3.18
Browse files Browse the repository at this point in the history
The Node Docker image for Alpine 3.16 is no longer updated; Dependabot seems unable to update the Alpine version, so we haven't had a (security) update for Node. This change manually updates the Alpine version to the latest; then, we should see a Dependabot update for the Node version.

Refs #1051, dependabot/dependabot-core#5708, nodejs/docker-node#1895, https://nodejs.org/en/blog/release/v18.16.1
  • Loading branch information
thewilkybarkid committed Jun 30, 2023
1 parent b10db1c commit 90a0335
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,4 +1,4 @@
FROM node:18.16.0-alpine3.16 AS node
FROM node:18.16.0-alpine3.18 AS node
ENV NODE_OPTIONS --unhandled-rejections=strict --enable-source-maps
WORKDIR /app

Expand Down

0 comments on commit 90a0335

Please # to comment.