Skip to content

Commit

Permalink
Bump alpine from 3.14.6 to 3.15.4 in /build (#1237)
Browse files Browse the repository at this point in the history
Bumps alpine from 3.14.6 to 3.15.4.

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Cesar Rodriguez <cesar@accurics.com>
  • Loading branch information
dependabot[bot] and Cesar Rodriguez authored May 5, 2022
1 parent 67f3c9d commit 990dd2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RUN apk update && apk add git && \


# -------- prod stage -------- #
FROM alpine:3.14.6
FROM alpine:3.15.4

# create non root user
RUN addgroup --gid 101 terrascan && \
Expand Down

0 comments on commit 990dd2f

Please sign in to comment.