Skip to content

Commit 309bc96

Browse files
committed
fix: switch to edge for LTS 24
1 parent 50f75c5 commit 309bc96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

node.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
# ║ BUILD ║
2020
# ╚═════════════════════════════════════════════════════╝
2121
# :: NODE
22-
FROM alpine AS build
22+
FROM alpine:edge AS build
2323
ARG TARGETARCH \
2424
APP_ROOT \
2525
APP_VERSION \

0 commit comments

Comments
 (0)