Skip to content

Commit

Permalink
Bump alpine from 3.13 to 3.14.0
Browse files Browse the repository at this point in the history
Bumps alpine from 3.13 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] committed Jul 14, 2021
1 parent d3725fa commit 3b5f398
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 @@ -2,7 +2,7 @@
FROM accurics/terrascan:1.7.0 as terrascan

# Base Image
FROM alpine:3.13
FROM alpine:3.14.0

RUN apk update && \
apk add git
Expand Down

0 comments on commit 3b5f398

Please sign in to comment.