Skip to content

Commit

Permalink
Update alpine Docker tag to v3.18
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 30, 2023
1 parent 47b9124 commit 002abb3
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.18
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.16
FROM alpine:3.18
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.18
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.18
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.18
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 002abb3

Please sign in to comment.