Skip to content

Commit

Permalink
chore(deps): bump alpine from 3.13.5 to 3.14.0
Browse files Browse the repository at this point in the history
Bumps alpine from 3.13.5 to 3.14.0.

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jun 16, 2021
1 parent 4e991ae commit 952c1d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ COPY . ./
RUN make install

# minimalist runtime
FROM alpine:3.13.5
FROM alpine:3.14.0
COPY --from=builder /go/bin/pertify /bin/

0 comments on commit 952c1d8

Please sign in to comment.