Skip to content

Commit 04ec05a

Browse files
DAJN-36: Update hub.docker.nexus3.linkurious.net/linkurious/docker-agent-jnlp Docker tag to v0.0.29 (#81)
Update hub.docker.nexus3.linkurious.net/linkurious/docker-agent-jnlp Docker tag to v0.0.29 Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 998c979 commit 04ec05a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 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.28
2+
FROM ${PRIVATE_REGISTRY}linkurious/docker-agent-jnlp:0.0.29
33
LABEL maintainer="Edward Nys <edward@linkurio.us>"
44
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
55
USER root
@@ -9,7 +9,7 @@ RUN curl -fsSL https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key a
99

1010
# Latest Ubuntu Google Chrome, XVFB and JRE installs
1111
# renovate: datasource=repology depName=aur/google-chrome versioning=loose
12-
ARG GOOGLE_CHROME_STABLE_VERSION=116.0.5845.110-1
12+
ARG GOOGLE_CHROME_STABLE_VERSION=116.0.5845.140-1
1313
# renovate: datasource=repology depName=debian_11/firefox-esr versioning=loose
1414
ARG FIREFOX_ESR_VERSION=102.14.0esr-1~deb11u1
1515
RUN apt-get update -qqy && \

0 commit comments

Comments
 (0)