Skip to content

Commit

Permalink
fix to alpine:3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
wkloucek committed Mar 24, 2021
1 parent 4c769e0 commit a7f0bac
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ WORKDIR /ocis/ocis
RUN make clean generate build


FROM alpine:3.14
FROM alpine:3.13

RUN apk update && \
apk upgrade && \
Expand Down
2 changes: 1 addition & 1 deletion ocis/docker/Dockerfile.linux.amd64
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM amd64/alpine:3.14
FROM amd64/alpine:3.13

ARG VERSION=""
ARG REVISION=""
Expand Down
2 changes: 1 addition & 1 deletion ocis/docker/Dockerfile.linux.arm
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM arm32v6/alpine:3.14
FROM arm32v6/alpine:3.13

ARG VERSION=""
ARG REVISION=""
Expand Down
2 changes: 1 addition & 1 deletion ocis/docker/Dockerfile.linux.arm64
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM arm64v8/alpine:3.14
FROM arm64v8/alpine:3.13

ARG VERSION=""
ARG REVISION=""
Expand Down

0 comments on commit a7f0bac

Please sign in to comment.