Skip to content

Commit

Permalink
Update dependency alpine_3_19/openssl to v3.1.4-r5 (#119)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 26, 2024
1 parent 9b09fdb commit 0344521
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ ARG FIREFOX_VERSION="122.0-r1"
ARG GECKODRIVER_VERSION="0.34.0-r0"

# renovate: datasource=repology depName=alpine_3_19/openssl versioning=loose
ARG OPENSSL_VERSION="3.1.4-r4"
ARG OPENSSL_VERSION="3.1.4-r5"

RUN apk add --no-cache firefox="${FIREFOX_VERSION}" && \
apk add --no-cache --repository=https://dl-cdn.alpinelinux.org/alpine/edge/community geckodriver="${GECKODRIVER_VERSION}" && \
Expand Down

0 comments on commit 0344521

Please sign in to comment.