Skip to content

Commit

Permalink
Update dependency alpine_3_18/openssl to v3.1.4-r1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 11, 2023
1 parent 8beff88 commit 6281af1
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 @@ -35,7 +35,7 @@ ARG FIREFOX_VERSION="119.0-r0"
ARG GECKODRIVER_VERSION="0.33.0-r1"

# renovate: datasource=repology depName=alpine_3_18/openssl versioning=loose
ARG OPENSSL_VERSION="3.1.4-r0"
ARG OPENSSL_VERSION="3.1.4-r1"

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

0 comments on commit 6281af1

Please sign in to comment.