Skip to content

Commit

Permalink
minor: change docker node version to be uniform with frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
mastree committed Jul 9, 2024
1 parent 9e59663 commit e72fa7d
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 @@
# syntax=docker/dockerfile:1
ARG NODE_VERSION=22.2.0
ARG NODE_VERSION=20

FROM node:${NODE_VERSION}-alpine AS build

Expand Down

0 comments on commit e72fa7d

Please sign in to comment.