Skip to content

Commit

Permalink
Update github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
yannh committed Jan 5, 2022
1 parent 9422ec1 commit 5c18fc6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ RUN apk add ca-certificates
FROM scratch AS redis-dump-go
MAINTAINER Yann HAMON <yann@mandragor.org>
COPY --from=certs /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ca-certificates.crt
COPY bin/redis-dump-go /
COPY redis-dump-go /
ENTRYPOINT ["/redis-dump-go"]
2 changes: 1 addition & 1 deletion Dockerfile-alpine
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM alpine:3.15
MAINTAINER Yann HAMON <yann@mandragor.org>
RUN apk add ca-certificates
COPY bin/redis-dump-go /
COPY redis-dump-go /
ENTRYPOINT ["/redis-dump-go"]

0 comments on commit 5c18fc6

Please sign in to comment.