Skip to content

Commit

Permalink
Update alpine Docker tag to v3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Mar 8, 2021
1 parent ff3a928 commit bb40863
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion citools/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Run:
# docker run --rm -it test-image /bin/bash
###
FROM alpine:3.12
FROM alpine:3.13

LABEL vendor="cloud kats" \
maintainer="cloudkats@gmail.com"
Expand Down
2 changes: 1 addition & 1 deletion githound/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM golang:1.15 as builder
RUN go get -u github.com/ezekg/git-hound \
&& go install github.com/ezekg/git-hound

FROM alpine:3.11
FROM alpine:3.13

LABEL vendor="cloud kats" \
maintainer="cloudkats@gmail.com"
Expand Down
2 changes: 1 addition & 1 deletion jo/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.11
FROM alpine:3.13

# enable edge repository
RUN sed -i '/edge/s/^#//' /etc/apk/repositories
Expand Down
2 changes: 1 addition & 1 deletion k8s-test-tools/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
###
ARG bashver=5.0.17

FROM alpine:3.12 as builder
FROM alpine:3.13 as builder

ARG K8S_VERSION

Expand Down
2 changes: 1 addition & 1 deletion kubectl-helm-aws/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM lachlanevenson/k8s-helm:v3.4.0
FROM lachlanevenson/k8s-kubectl:v1.19.2


FROM alpine:3.10
FROM alpine:3.13
ENV AWSCLI_VERSION 1.17.10
RUN apk add -U --no-cache python3 ca-certificates \
&& pip3 install --no-cache-dir --upgrade pip \
Expand Down
2 changes: 1 addition & 1 deletion kubectl-helm-az/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM lachlanevenson/k8s-kubectl:v1.19.2
# We build our own base az alpine image becase all official images currently
# have security vulnerabilities (as of mcr.microsoft.com/azure-cli:2.0.64).
# Ref: https://github.com/Azure/azure-cli/issues/9167
FROM alpine:3.10
FROM alpine:3.13
ENV AZ 2.0.64
RUN apk add -U python3 bash ca-certificates && \
apk add --virtual=build gcc python3-dev musl-dev libffi-dev openssl-dev make && \
Expand Down
2 changes: 1 addition & 1 deletion kubectl/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Run:
# docker run --rm -it kubectl /bin/bash
###
FROM alpine:3.12
FROM alpine:3.13

# renovate: datasource=github-releases depName=kubernetes/kubectl
ENV KUBECTL_VERSION=v0.19.0
Expand Down
2 changes: 1 addition & 1 deletion repo-supervisor/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.7
FROM alpine:3.13

LABEL maintainer="Ivan Katliarchuk <cloudkats@gmail.com>"

Expand Down
2 changes: 1 addition & 1 deletion terraform/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ARG TERRAFORM_VERSION

FROM hashicorp/terraform:${TERRAFORM_VERSION} as source

FROM alpine:3.11
FROM alpine:3.13

LABEL vendor="cloud kats" \
maintainer="cloudkats@gmail.com"
Expand Down
2 changes: 1 addition & 1 deletion terragrunt/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
###
FROM hashicorp/terraform:0.13.5 as terraform

FROM alpine:3.11
FROM alpine:3.13

LABEL vendor="cloud kats" \
maintainer="cloudkats@gmail.com" \
Expand Down
2 changes: 1 addition & 1 deletion trufflehog/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.11
FROM alpine:3.13

LABEL vendor="cloud kats" \
maintainer="cloudkats@gmail.com"
Expand Down

0 comments on commit bb40863

Please sign in to comment.