Skip to content

Commit

Permalink
fix: hadolint missing pkg version
Browse files Browse the repository at this point in the history
Signed-off-by: Bo-Yi Wu <[email protected]>
  • Loading branch information
appleboy committed Jun 30, 2022
1 parent 409c0d7 commit 60a7a68
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile.linux.amd64
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ LABEL maintainer="Bo-Yi Wu <[email protected]>" \
org.label-schema.vendor="Bo-Yi Wu" \
org.label-schema.schema-version="1.0"

RUN apk add --no-cache ca-certificates mailcap && \
RUN apk add --no-cache ca-certificates~=20211220 mailcap~=2.1 && \
echo "@testing http://nl.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories

COPY release/linux/amd64/gorush /bin/
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.linux.arm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ LABEL maintainer="Bo-Yi Wu <[email protected]>" \
org.label-schema.vendor="Bo-Yi Wu" \
org.label-schema.schema-version="1.0"

RUN apk add --no-cache ca-certificates mailcap && \
RUN apk add --no-cache ca-certificates~=20211220 mailcap~=2.1 && \
echo "@testing http://nl.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories

COPY release/linux/arm/gorush /bin/
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.linux.arm64
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ LABEL maintainer="Bo-Yi Wu <[email protected]>" \
org.label-schema.vendor="Bo-Yi Wu" \
org.label-schema.schema-version="1.0"

RUN apk add --no-cache ca-certificates mailcap && \
RUN apk add --no-cache ca-certificates~=20211220 mailcap~=2.1 && \
echo "@testing http://nl.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories

COPY release/linux/arm64/gorush /bin/
Expand Down

0 comments on commit 60a7a68

Please sign in to comment.