Skip to content

Release 0.0.40 [ci:run] #108

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Apr 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.0.39
current_version = 0.0.40
commit = False
tag = False
serialize =
Expand Down
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.39
0.0.40
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG PRIVATE_REGISTRY=hub.docker.nexus3.linkurious.net/
FROM ${PRIVATE_REGISTRY}linkurious/docker-agent-jnlp:0.0.34
FROM ${PRIVATE_REGISTRY}linkurious/docker-agent-jnlp:0.0.35
LABEL maintainer="Edward Nys <[email protected]>"
SHELL ["/bin/bash", "-o", "pipefail", "-c"]

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

# Latest Ubuntu Google Chrome, XVFB and JRE installs
# renovate: datasource=repology depName=aur/google-chrome versioning=loose
ARG GOOGLE_CHROME_STABLE_VERSION=122.0.6261.128-1
# renovate: datasource=repology depName=debian_11/firefox-esr versioning=loose
ARG FIREFOX_ESR_VERSION=115.8.0esr-1~deb11u1
ARG GOOGLE_CHROME_STABLE_VERSION=123.0.6312.105-1
# renovate: datasource=repology depName=debian_12/firefox-esr versioning=loose
ARG FIREFOX_ESR_VERSION=115.9.1esr-1~deb12u1
RUN apt-get update -qqy && \
apt-get -qqy install --no-install-recommends \
#xvfb=2:1.20.4-1 \
Expand Down