Skip to content

Commit

Permalink
Release 20.02
Browse files Browse the repository at this point in the history
  • Loading branch information
accetto committed Feb 8, 2020
1 parent 2388b9c commit f108662
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 8 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@

***

### Release 20.02

- Updated versions:
- Chromium Browser **79.0.3945.130**
- Firefox **72.0.2**

### Release 20.01.1

- **Ubuntu** base image has been updated
Expand Down
2 changes: 1 addition & 1 deletion docker/xubuntu-vnc-novnc-chromium/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,6 @@ Credit goes to all the countless people and companies, who contribute to open so

<!-- latest tag badges -->

[badge-VERSION_STICKER_LATEST]: https://badgen.net/badge/version%20sticker/ubuntu18.04.3-chromium79.0.3945.79/blue
[badge-VERSION_STICKER_LATEST]: https://badgen.net/badge/version%20sticker/ubuntu18.04.3-chromium79.0.3945.130/blue

[badge-github-commit-latest]: https://images.microbadger.com/badges/commit/accetto/xubuntu-vnc-novnc-chromium.svg
2 changes: 1 addition & 1 deletion docker/xubuntu-vnc-novnc-chromium/hooks/env
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ BASETAG=""
TODAY=$(date +%Y-%m-%d)

### Warning! The values must be explicit strings (used by utils).
VERSION_STICKER_LATEST="ubuntu18.04.3-chromium79.0.3945.79"
VERSION_STICKER_LATEST="ubuntu18.04.3-chromium79.0.3945.130"

VERSION_STICKER="${VERSION_STICKER_LATEST}"

Expand Down
6 changes: 3 additions & 3 deletions docker/xubuntu-vnc-novnc-firefox/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -243,18 +243,18 @@ Credit goes to all the countless people and companies, who contribute to open so

<!-- latest tag badges -->

[badge-VERSION_STICKER_LATEST]: https://badgen.net/badge/version%20sticker/ubuntu18.04.3-firefox71.0/blue
[badge-VERSION_STICKER_LATEST]: https://badgen.net/badge/version%20sticker/ubuntu18.04.3-firefox72.0.2/blue

[badge-github-commit-latest]: https://images.microbadger.com/badges/commit/accetto/xubuntu-vnc-novnc-firefox.svg

<!-- default tag badges -->

[badge-VERSION_STICKER_DEFAULT]: https://badgen.net/badge/version%20sticker/ubuntu18.04.3-firefox71.0/blue
[badge-VERSION_STICKER_DEFAULT]: https://badgen.net/badge/version%20sticker/ubuntu18.04.3-firefox72.0.2/blue

[badge-github-commit-default]: https://images.microbadger.com/badges/commit/accetto/xubuntu-vnc-novnc-firefox:default.svg

<!-- multiprocess tag badges -->

[badge-VERSION_STICKER_MULTIPROCESS]: https://badgen.net/badge/version%20sticker/ubuntu18.04.3-firefox71.0/blue
[badge-VERSION_STICKER_MULTIPROCESS]: https://badgen.net/badge/version%20sticker/ubuntu18.04.3-firefox72.0.2/blue

[badge-github-commit-multiprocess]: https://images.microbadger.com/badges/commit/accetto/xubuntu-vnc-novnc-firefox:multiprocess.svg
6 changes: 3 additions & 3 deletions docker/xubuntu-vnc-novnc-firefox/hooks/env
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ TODAY=$(date +%Y-%m-%d)
VERSION_STICKER=""

### Warning! The values must be explicit strings (used by utils).
VERSION_STICKER_LATEST="ubuntu18.04.3-firefox72.0.1"
VERSION_STICKER_DEFAULT="ubuntu18.04.3-firefox72.0.1"
VERSION_STICKER_MULTIPROCESS="ubuntu18.04.3-firefox72.0.1"
VERSION_STICKER_LATEST="ubuntu18.04.3-firefox72.0.2"
VERSION_STICKER_DEFAULT="ubuntu18.04.3-firefox72.0.2"
VERSION_STICKER_MULTIPROCESS="ubuntu18.04.3-firefox72.0.2"

case "${DOCKER_TAG}" in

Expand Down

0 comments on commit f108662

Please sign in to comment.