Skip to content

Commit 81d34e7

Browse files
Merge pull request #108 from Linkurious/develop
Release 0.0.40 [ci:run]
2 parents 1a3b5ae + e069022 commit 81d34e7

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
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.39
2+
current_version = 0.0.40
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.39
1+
0.0.40

Dockerfile

Lines changed: 4 additions & 4 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

@@ -11,9 +11,9 @@ RUN curl -fsSL https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key a
1111

1212
# Latest Ubuntu Google Chrome, XVFB and JRE installs
1313
# renovate: datasource=repology depName=aur/google-chrome versioning=loose
14-
ARG GOOGLE_CHROME_STABLE_VERSION=122.0.6261.128-1
15-
# renovate: datasource=repology depName=debian_11/firefox-esr versioning=loose
16-
ARG FIREFOX_ESR_VERSION=115.8.0esr-1~deb11u1
14+
ARG GOOGLE_CHROME_STABLE_VERSION=123.0.6312.105-1
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)