Skip to content

Commit e069022

Browse files
Update hub.docker.nexus3.linkurious.net/linkurious/docker-agent-jnlp Docker tag to v0.0.35 (#107)
* Update hub.docker.nexus3.linkurious.net/linkurious/docker-agent-jnlp Docker tag to v0.0.35 --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Thibaut Vanderhaegen <[email protected]> Co-authored-by: Thibaut Vanderhaegen <[email protected]>
1 parent 7e45505 commit e069022

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ARG PRIVATE_REGISTRY=hub.docker.nexus3.linkurious.net/
2-
FROM ${PRIVATE_REGISTRY}linkurious/docker-agent-jnlp:0.0.34
2+
FROM ${PRIVATE_REGISTRY}linkurious/docker-agent-jnlp:0.0.35
33
LABEL maintainer="Edward Nys <[email protected]>"
44
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
55

@@ -12,8 +12,8 @@ RUN curl -fsSL https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key a
1212
# Latest Ubuntu Google Chrome, XVFB and JRE installs
1313
# renovate: datasource=repology depName=aur/google-chrome versioning=loose
1414
ARG GOOGLE_CHROME_STABLE_VERSION=123.0.6312.105-1
15-
# renovate: datasource=repology depName=debian_11/firefox-esr versioning=loose
16-
ARG FIREFOX_ESR_VERSION=115.9.1esr-1~deb11u1
15+
# renovate: datasource=repology depName=debian_12/firefox-esr versioning=loose
16+
ARG FIREFOX_ESR_VERSION=115.9.1esr-1~deb12u1
1717
RUN apt-get update -qqy && \
1818
apt-get -qqy install --no-install-recommends \
1919
#xvfb=2:1.20.4-1 \

0 commit comments

Comments
 (0)