Skip to content

Commit

Permalink
use latest-stable app repo (#39)
Browse files Browse the repository at this point in the history
* use latest-stable app repo

* updated CHANGELOG

Co-authored-by: Michael Kamprath <[email protected]>
  • Loading branch information
lvnilesh and michaelkamprath authored May 17, 2021
1 parent 110a3f1 commit c558a69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ All notable changes to this project will be documented in this file.
## [Unreleased]
### Changed
* Bumped jinja2 from 2.11.2 to 2.11.3
* Updated `apk` to use the `latest-stable` rather than `edge` as `edge` appears to not be updatd.

## [0.4.1]
### Changed
Expand Down
2 changes: 1 addition & 1 deletion multistreaming-server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ARG PIPENV_PACKAGE_VERSION=2020.8.13
RUN set -x \
&& addgroup -S stunnel \
&& adduser -S -D -H -h /dev/null -s /sbin/nologin -G stunnel -g stunnel stunnel \
&& echo "http://dl-3.alpinelinux.org/alpine/edge/testing/" >> /etc/apk/repositories \
&& echo "//dl-cdn.alpinelinux.org/alpine/latest-stable/main/x86_64/" >> /etc/apk/repositories \
&& apk update \
&& apk add --no-cache --update stunnel ca-certificates \
&& apk add --no-cache pcre openssl stunnel gettext python3 \
Expand Down

0 comments on commit c558a69

Please sign in to comment.