Skip to content

Commit

Permalink
Update dependency alpine to v3.16
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 21, 2022
1 parent b4e8598 commit 5a5e8bf
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion externalip/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.5
FROM alpine:3.16
MAINTAINER Fabian Ruff <[email protected]>
LABEL source_repository="https://github.com/sapcc/kubernetes-operators"

Expand Down
2 changes: 1 addition & 1 deletion kube-fip-controller/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ COPY . .
ARG VERSION
RUN make all

FROM alpine:3.10
FROM alpine:3.16
MAINTAINER Arno Uhlig <arno.uhlig@@sap.com>
LABEL source_repository="https://github.com/sapcc/kubernetes-operators"

Expand Down
2 changes: 1 addition & 1 deletion prometheus-fusion/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ COPY . .
ARG VERSION
RUN make all

FROM alpine:3.7
FROM alpine:3.16
MAINTAINER Arno Uhlig <arno.uhlig@@sap.com>
LABEL source_repository="https://github.com/sapcc/kubernetes-operators"

Expand Down
2 changes: 1 addition & 1 deletion sentry/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.8
FROM alpine:3.16
MAINTAINER Fabian Ruff <[email protected]>
LABEL source_repository="https://github.com/sapcc/kubernetes-operators"

Expand Down
2 changes: 1 addition & 1 deletion vice-president/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ COPY . .
ARG VERSION
RUN make all

FROM alpine:3.10
FROM alpine:3.16
LABEL maintainer="Michael Schmidt <michael.schmidt02@@sap.com>, Arno Uhlig <[email protected]>"
LABEL source_repository="https://github.com/sapcc/kubernetes-operators"

Expand Down

0 comments on commit 5a5e8bf

Please sign in to comment.