Skip to content

Commit

Permalink
chore: bump node 20 version in docker image (#7221)
Browse files Browse the repository at this point in the history
As the title says, bumps from 20.13.1 to 20.14.0 to ensure v6 gets the
latest and greatest next week
  • Loading branch information
chriswk authored May 31, 2024
1 parent d17ae37 commit 973870c
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.13.1-alpine
ARG NODE_VERSION=20.14.0-alpine

FROM node:$NODE_VERSION as builder

Expand Down

0 comments on commit 973870c

Please sign in to comment.