Skip to content

Commit

Permalink
Merge pull request #10 from accurics/dependabot/docker/alpine-3.14.0
Browse files Browse the repository at this point in the history
Bump alpine from 3.13 to 3.14.0
  • Loading branch information
cesar-rodriguez committed Jul 14, 2021
2 parents 75fd580 + 3b5f398 commit 7b1992b
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.8.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 7b1992b

Please sign in to comment.