Skip to content

Commit e2a1514

Browse files
committed
Tried to fix issue with Github Actions
1 parent c821f07 commit e2a1514

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Create our build image
2-
FROM node:22-alpine AS BUILD_IMAGE
2+
# Must be node-18, ref https://github.com/docker/build-push-action/issues/1071
3+
FROM node:18-alpine AS BUILD_IMAGE
34

45
# Add git and curl
56
RUN apk update && apk add --no-cache git curl

0 commit comments

Comments
 (0)