Skip to content

Commit

Permalink
deps(minor): update minor versions to v3.17
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 3, 2023
1 parent b7ee37e commit 56284de
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile.linux.386
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM i386/alpine:3.15 AS build
FROM i386/alpine:3.17@sha256:4aa08ef415aecc80814cb42fa41b658480779d80c77ab151812e0d657580f0ae AS build
RUN apk add --no-cache ca-certificates mailcap

FROM scratch
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.linux.amd64
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM amd64/alpine:3.15 AS build
FROM amd64/alpine:3.17@sha256:e2e16842c9b54d985bf1ef9242a313f36b856181f188de21313820e177002501 AS build
RUN apk add --no-cache ca-certificates mailcap

FROM scratch
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.linux.arm
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM arm32v6/alpine:3.15 AS build
FROM arm32v6/alpine:3.17@sha256:e8748b26b68a624c7d2622ff045ce32b76ea31b50bba8e74989cd9ec84e33bb0 AS build
RUN apk add --no-cache ca-certificates mailcap

FROM scratch
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.linux.arm64
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM arm64v8/alpine:3.15 AS build
FROM arm64v8/alpine:3.17@sha256:c41ab5c992deb4fe7e5da09f67a8804a46bd0592bfdf0b1847dde0e0889d2bff AS build
RUN apk add --no-cache ca-certificates mailcap

FROM scratch
Expand Down

0 comments on commit 56284de

Please sign in to comment.