Skip to content

Commit

Permalink
#29: upgrade to Alpine 3.13.1 & Skopeo 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
xelalexv committed Feb 5, 2021
1 parent ec2854e commit ae9adb5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## `0.3.5`
- upgraded to *Alpine* 3.13.1 & *Skopeo* 1.2.1 (issue #29)

## `0.3.4`
- allow to deactivate authentication for public images on *GCR* (issue #37)

Expand Down
4 changes: 2 additions & 2 deletions hack/dregsy.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
# limitations under the License.
#

FROM alpine:3.12.0@sha256:a15790640a6690aa1730c38cf0a440e2aa44aaca9b0e8931a9f2b0d7cc90fd65
FROM alpine:3.13.1@sha256:3747d4eb5e7f0825d54c8e80452f1e245e24bd715972c919d189a62da97af2ae

LABEL maintainer "[email protected]"

ARG binaries

RUN apk --update add --no-cache skopeo=0.2.0-r1 ca-certificates
RUN apk --update add --no-cache skopeo=1.2.1-r0 ca-certificates

COPY ${binaries}/dregsy /usr/local/bin

Expand Down

0 comments on commit ae9adb5

Please sign in to comment.