Skip to content

Commit 7b51c5a

Browse files
committed
fix: architectures for Dockerfile
1 parent 1ed9a09 commit 7b51c5a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
7575
with:
7676
context: .
77-
platforms: linux/amd64,linux/arm64/v8,linux/arm/v7,linux/ppc64le,linux/s390x
77+
platforms: linux/amd64,linux/arm64/v8,linux/arm/v7
7878
push: true
7979
cache-from: type=gha
8080
cache-to: type=gha,mode=max

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:lts-alpine
1+
FROM node:24.12.0-alpine
22

33
ENV NODE_ENV=production
44

0 commit comments

Comments
 (0)