Skip to content

Commit 6a8d3f2

Browse files
Merge pull request #82 from Linkurious/develop
Release 0.0.32 [ci:run]
2 parents c10b85b + 04ec05a commit 6a8d3f2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.0.31
2+
current_version = 0.0.32
33
commit = False
44
tag = False
55
serialize =

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.0.31
1+
0.0.32

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)