Skip to content

Commit 9ff4364

Browse files
committed
fix alpine version
1 parent 3108d86 commit 9ff4364

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ARG NODE_VERSION=24.6.0
22
ARG PNPM_VERSION=10.15.0
3-
ARG ALPINE_VERSION=3.22.1
3+
ARG ALPINE_VERSION=3.22
44

55
FROM node:${NODE_VERSION}-alpine${ALPINE_VERSION} AS build
66

0 commit comments

Comments
 (0)