Skip to content

Commit

Permalink
workaround for #33
Browse files Browse the repository at this point in the history
  • Loading branch information
jnovack committed Apr 1, 2021
1 parent 91ad8b5 commit 816f453
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Dockerfile.arm32v6
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM arm32v6/alpine:latest
FROM arm32v6/alpine:3.12

# Copy downloaded architecture emulation static binary
COPY qemu-arm-static /usr/bin/
Expand All @@ -23,8 +23,8 @@ LABEL org.opencontainers.image.ref.name="${PACKAGE}" \

RUN \
apk --no-cache add \
autossh \
dumb-init && \
autossh \
dumb-init && \
chmod g+w /etc/passwd

ENV \
Expand Down
6 changes: 3 additions & 3 deletions Dockerfile.arm32v7
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM arm32v7/alpine:latest
FROM arm32v7/alpine:3.12

# Copy downloaded architecture emulation static binary
COPY qemu-arm-static /usr/bin/
Expand All @@ -23,8 +23,8 @@ LABEL org.opencontainers.image.ref.name="${PACKAGE}" \

RUN \
apk --no-cache add \
autossh \
dumb-init && \
autossh \
dumb-init && \
chmod g+w /etc/passwd

ENV \
Expand Down

0 comments on commit 816f453

Please sign in to comment.