Bump alpine from 3.13.5 to 3.14.0 (#1678)

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>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2021-06-21 13:19:12 -05:00 committed by GitHub
parent d5b94b9108
commit 9d4e23b7db
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -291,7 +291,7 @@ RUN echo "http://dl-cdn.alpinelinux.org/alpine/edge/community/" >> /etc/apk/repo
# Grab small clean image #######################################################
################################################################################
FROM ghcr.io/assignuser/lintr-lib:0.2.0 as lintr-lib
FROM alpine:3.13.5 as final
FROM alpine:3.14.0 as final
############################
# Get the build arguements #

View file

@ -229,7 +229,7 @@ RUN echo "http://dl-cdn.alpinelinux.org/alpine/edge/community/" >> /etc/apk/repo
# Grab small clean image #######################################################
################################################################################
FROM ghcr.io/assignuser/lintr-lib:0.2.0 as lintr-lib
FROM alpine:3.13.5 as final
FROM alpine:3.14.0 as final
############################
# Get the build arguements #