Skip to content

Commit

Permalink
Update alpine Docker tag to v3.20
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 23, 2024
1 parent cc8e7a3 commit b74f9b6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.18
FROM alpine:3.20
LABEL source_repository="https://github.com/sapcc/kubernetes-operators"

RUN apk add --no-cache iptables
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.20
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.20
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.20
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 b74f9b6

Please sign in to comment.