Skip to content

Commit 3cd8555

Browse files
Merge pull request #172 from Linkurious/develop
Release 0.0.53 [ci:run]
2 parents 06f1e2a + f94ad82 commit 3cd8555

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.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.52
2+
current_version = 0.0.53
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.52
1+
0.0.53

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.43
2+
FROM ${PRIVATE_REGISTRY}linkurious/docker-agent-jnlp:0.0.44
33
LABEL maintainer="Edward Nys <edward@linkurio.us>"
44
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
55

@@ -11,9 +11,9 @@ RUN curl -fsSL https://dl.google.com/linux/linux_signing_key.pub | gpg --dearmor
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=146.0.7680.164-1
14+
ARG GOOGLE_CHROME_STABLE_VERSION=147.0.7727.116-1
1515
# renovate: datasource=repology depName=debian_13/firefox-esr versioning=loose
16-
ARG FIREFOX_ESR_VERSION=140.8.0esr-1~deb13u1
16+
ARG FIREFOX_ESR_VERSION=140.10.0esr-1~deb13u1
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)