Skip to content

Commit

Permalink
馃惓 Update Docker node version to 20.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kiliman committed Jan 18, 2024
1 parent c7768c7 commit a351cfe
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,7 +1,7 @@
# syntax = docker/dockerfile:1

# Adjust NODE_VERSION as desired
ARG NODE_VERSION=20.6.1
ARG NODE_VERSION=20.11.0
FROM node:${NODE_VERSION}-slim as base

LABEL fly_launch_runtime="Remix"
Expand Down

0 comments on commit a351cfe

Please sign in to comment.