Skip to content

Commit

Permalink
Fix NODE_VERSION in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
fparuce committed Dec 18, 2024
1 parent c79938c commit 15110ad
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 @@
ARG NODE_VERSION=20.14
ARG NODE_VERSION=20.17

# The base image with updates applied
FROM node:$NODE_VERSION-alpine AS base-node
Expand Down

0 comments on commit 15110ad

Please sign in to comment.