Skip to content

Commit

Permalink
Merge pull request #483 from tianon/update-versions
Browse files Browse the repository at this point in the history
Update versions
  • Loading branch information
tianon authored Jul 28, 2023
2 parents 2d4365e + d17a555 commit c1b3c26
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion containerd/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ RUN set -eux; \
runc --version

# https://github.com/containerd/containerd/releases
ENV CONTAINERD_VERSION 1.7.2
ENV CONTAINERD_VERSION 1.7.3
RUN set -eux; \
# TODO multiple architectures
wget -O containerd.tar.gz "https://github.com/containerd/containerd/releases/download/v${CONTAINERD_VERSION}/containerd-${CONTAINERD_VERSION}-linux-amd64.tar.gz" --progress=dot:giga; \
Expand Down
2 changes: 1 addition & 1 deletion containerd/versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
"runc": {
"version": "1.1.8"
},
"version": "1.7.2"
"version": "1.7.3"
}
2 changes: 1 addition & 1 deletion firefox/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ ENV PATH /opt/firefox:$PATH
# https://archive.mozilla.org/pub/firefox/releases/
# https://download-installer.cdn.mozilla.net/pub/firefox/releases/
# https://www.mozilla.org/en-US/firefox/all/#product-desktop-release
ENV FIREFOX_VERSION 115.0.2
ENV FIREFOX_VERSION 115.0.3

RUN set -eux; \
savedAptMark="$(apt-mark showmanual)"; \
Expand Down
2 changes: 1 addition & 1 deletion firefox/versions.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "115.0.2"
"version": "115.0.3"
}
2 changes: 1 addition & 1 deletion microsoft-edge/stable/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ RUN set -eux; \
} | tee /etc/default/microsoft-edge-stable

# https://packages.microsoft.com/repos/edge/pool/main/m/microsoft-edge-stable/
ENV EDGE_VERSION 114.0.1823.82-1
ENV EDGE_VERSION 115.0.1901.188-1

RUN set -eux; \
apt-get update; \
Expand Down
4 changes: 2 additions & 2 deletions microsoft-edge/stable/versions.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"sha256": "4abf483a71ce5cc72eec928245f17b19fe4ecffe18524d25d59de35d2c817deb",
"version": "114.0.1823.82-1"
"sha256": "991337cda918c02a6d7ca5986e26839cfaaff55b795a70c0ef120ad6b968c275",
"version": "115.0.1901.188-1"
}

0 comments on commit c1b3c26

Please sign in to comment.