mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-09 18:43:34 -05:00
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:
parent
d5b94b9108
commit
9d4e23b7db
2 changed files with 2 additions and 2 deletions
|
@ -291,7 +291,7 @@ RUN echo "http://dl-cdn.alpinelinux.org/alpine/edge/community/" >> /etc/apk/repo
|
||||||
# Grab small clean image #######################################################
|
# Grab small clean image #######################################################
|
||||||
################################################################################
|
################################################################################
|
||||||
FROM ghcr.io/assignuser/lintr-lib:0.2.0 as lintr-lib
|
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 #
|
# Get the build arguements #
|
||||||
|
|
|
@ -229,7 +229,7 @@ RUN echo "http://dl-cdn.alpinelinux.org/alpine/edge/community/" >> /etc/apk/repo
|
||||||
# Grab small clean image #######################################################
|
# Grab small clean image #######################################################
|
||||||
################################################################################
|
################################################################################
|
||||||
FROM ghcr.io/assignuser/lintr-lib:0.2.0 as lintr-lib
|
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 #
|
# Get the build arguements #
|
||||||
|
|
Loading…
Reference in a new issue