Skip to content

Commit

Permalink
chore(deps): bump alpine from 82d1e9d to 7144f7b (#250)
Browse files Browse the repository at this point in the history
Bumps alpine from `82d1e9d` to `7144f7b`.

---
updated-dependencies:
- dependency-name: alpine
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 11, 2023
1 parent e1f6aec commit dbed0f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG VERSION=0.2.8

FROM alpine:3@sha256:82d1e9d7ed48a7523bdebc18cf6290bdb97b82302a8a9c27d4fe885949ea94d1 as downloader
FROM alpine:3@sha256:7144f7bab3d4c2648d7e59409f15ec52a18006a128c733fcff20d3a4a54ba44a as downloader

ARG VERSION
ARG TARGETPLATFORM
Expand All @@ -25,7 +25,7 @@ RUN \
upx -9 /tmp/harp && \
chmod +x /tmp/harp

FROM alpine:3@sha256:82d1e9d7ed48a7523bdebc18cf6290bdb97b82302a8a9c27d4fe885949ea94d1
FROM alpine:3@sha256:7144f7bab3d4c2648d7e59409f15ec52a18006a128c733fcff20d3a4a54ba44a

ARG VERSION

Expand Down

0 comments on commit dbed0f1

Please sign in to comment.