Skip to content

Commit

Permalink
Merge pull request #328 from renovate-bot/renovate/alpine-3.x
Browse files Browse the repository at this point in the history
chore(deps): update alpine docker tag to v3.20
  • Loading branch information
google-oss-prow[bot] authored May 22, 2024
2 parents 3f369c7 + 60ce23a commit f19530f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions scripts/Dockerfile.in
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

## The curl, jq and toybox containers build the corresponding binaries.

FROM alpine:3.19 AS curl
FROM alpine:3.20 AS curl

COPY third_party/curl /curl-src

Expand All @@ -24,7 +24,7 @@ COPY third_party/static-curl/build.sh /build.sh
RUN /build.sh


FROM alpine:3.19 AS jq
FROM alpine:3.20 AS jq

COPY third_party/jq /jq-src

Expand All @@ -33,7 +33,7 @@ COPY build-jq.sh /build-jq.sh
RUN /build-jq.sh


FROM alpine:3.19 AS toybox
FROM alpine:3.20 AS toybox

COPY third_party/toybox /toybox-src

Expand All @@ -42,7 +42,7 @@ COPY build-toybox.sh /build-toybox.sh
RUN /build-toybox.sh


FROM alpine:3.19 AS inotify
FROM alpine:3.20 AS inotify

COPY inotify /inotify

Expand All @@ -51,7 +51,7 @@ RUN /inotify/build.sh

## The extras container extracts licenses and package data from Alpine packages.

FROM alpine:3.19 AS extras
FROM alpine:3.20 AS extras

COPY third_party/license-list-data /license-list-data-src

Expand Down

0 comments on commit f19530f

Please sign in to comment.