Skip to content

Commit

Permalink
[v1.0.7] Ensure ca-certificates package is in the latest version (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
przemyslavic authored Nov 7, 2022
1 parent 7bd8f80 commit f12586f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG-1.0.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog 1.0

## [1.0.7] YYYY-MM-DD

### Fixed

- [#3296](https://github.com/epiphany-platform/epiphany/issues/3296) - Update `ca-certificates` package to the latest version

## [1.0.6] 2022-08-04

### Fixed
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ fi

check_connection apt $apt_sources_list

# Ensure ca-certificates package is in the latest version
run_cmd_with_retries 3 apt-get install -y ca-certificates

# install prerequisites which might be missing
apt install -y wget gpg curl tar

Expand Down

0 comments on commit f12586f

Please sign in to comment.