Skip to content

Commit 16c70e5

Browse files
committed
try fixing arm64 build
1 parent 579d680 commit 16c70e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci-deployment-cleanup/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM golang:1.24-alpine AS builder
22

3-
RUN apk add --no-cache make bash git
3+
RUN apk add --no-cache --no-scripts make bash git || apk fix
44

55
WORKDIR /app
66

0 commit comments

Comments
 (0)