Skip to content

Commit

Permalink
chore: fix docker base image for ARM series
Browse files Browse the repository at this point in the history
  • Loading branch information
soulteary committed Apr 11, 2024
1 parent 6cb216a commit 1f43d2d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker/goreleaser/Dockerfile.arm32v6
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.16 as Builder
FROM alpine:3.11 as Builder
WORKDIR /app
COPY flare ./
RUN ls -al
Expand Down
2 changes: 1 addition & 1 deletion docker/goreleaser/Dockerfile.arm32v7
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.16 as Builder
FROM alpine:3.11 as Builder
WORKDIR /app
COPY flare ./
RUN ls -al
Expand Down
2 changes: 1 addition & 1 deletion docker/goreleaser/Dockerfile.arm64v8
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.16 as Builder
FROM alpine:3.11 as Builder
WORKDIR /app
COPY flare ./
RUN ls -al
Expand Down

0 comments on commit 1f43d2d

Please sign in to comment.