Skip to content

Commit b3e2f4b

Browse files
Merge pull request #91 from Linkurious/develop
Release 0.0.35 [ci:run]
2 parents 229b228 + a0c113d commit b3e2f4b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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.34
2+
current_version = 0.0.35
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.34
1+
0.0.35

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.30
2+
FROM ${PRIVATE_REGISTRY}linkurious/docker-agent-jnlp:0.0.31
33
LABEL maintainer="Edward Nys <edward@linkurio.us>"
44
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
55
USER root
@@ -9,9 +9,9 @@ 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=118.0.5993.88-1
12+
ARG GOOGLE_CHROME_STABLE_VERSION=119.0.6045.159-1
1313
# renovate: datasource=repology depName=debian_11/firefox-esr versioning=loose
14-
ARG FIREFOX_ESR_VERSION=115.3.1esr-1~deb11u1
14+
ARG FIREFOX_ESR_VERSION=115.4.0esr-1~deb11u1
1515
RUN apt-get update -qqy && \
1616
apt-get -qqy install --no-install-recommends \
1717
#xvfb=2:1.20.4-1 \

0 commit comments

Comments
 (0)