Skip to content

Commit

Permalink
chore: update library-generation image to use latest alpine
Browse files Browse the repository at this point in the history
This image has rsync 4.x
  • Loading branch information
diegomarquezp committed Feb 11, 2025
1 parent 49ac09d commit 85cbb2b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ RUN git checkout "${GLIB_MUS_SHA}"
RUN chmod a+x compile-x86_64-alpine-linux.sh
RUN sh compile-x86_64-alpine-linux.sh

FROM docker.io/library/python:3.13.2-alpine3.20@sha256:816feb29731cdee64b15b0ae91dd9f1cbc36765984ff8ea85a3d90f064417237 as final
FROM docker.io/library/3.12-alpine3.21@sha256:8ec4eab7acc61b424ce9def281ad80365509ee71fd5373c6a05df34e45843afd as final

ARG OWLBOT_CLI_COMMITTISH=3a68a9c0de318784b3aefadcc502a6521b3f1bc5
ARG PROTOC_VERSION=25.5
Expand Down

0 comments on commit 85cbb2b

Please sign in to comment.