switch to a more recent alpine image for image builds (#5123)

This commit is contained in:
Willy Kloucek
2022-11-25 13:35:24 +01:00
committed by GitHub
parent cec98ee631
commit 86a108ac49
4 changed files with 4 additions and 4 deletions

View File

@@ -28,7 +28,7 @@ COPY --from=generate /ocis /ocis
WORKDIR /ocis/ocis
RUN make ci-go-generate build
FROM alpine:3.15
FROM alpine:3.17
RUN apk add --no-cache ca-certificates mailcap tree attr curl && \
echo 'hosts: files dns' >| /etc/nsswitch.conf

View File

@@ -1,4 +1,4 @@
FROM amd64/alpine:3.15
FROM amd64/alpine:3.17
ARG VERSION=""
ARG REVISION=""

View File

@@ -1,4 +1,4 @@
FROM arm32v6/alpine:3.15
FROM arm32v6/alpine:3.17
ARG VERSION=""
ARG REVISION=""

View File

@@ -1,4 +1,4 @@
FROM arm64v8/alpine:3.15
FROM arm64v8/alpine:3.17
ARG VERSION=""
ARG REVISION=""