1
0
mirror of https://gitlab.com/psuapp/psu.git synced 2024-08-30 18:12:34 +00:00

Upgrade operating system of Docker based images

With Alpine 3.12 and Debian 10
This commit is contained in:
Tortue Torche 2020-07-08 14:31:23 +02:00
parent c01b40d2cb
commit 19436c2ca5
5 changed files with 7 additions and 4 deletions

@ -8,6 +8,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Test <abbr title="Portainer Stack Utils">PSU</abbr> with Portainer [1.24.0](https://app.swaggerhub.com/apis/deviantony/Portainer/1.24.0) API
### Changed
- Upgrade operating system of Docker based images, with [Alpine 3.12](https://hub.docker.com/_/alpine) and [Debian 10](https://hub.docker.com/_/debian)
### Removed
- Test <abbr title="Portainer Stack Utils">PSU</abbr> with Portainer [1.21.0](https://app.swaggerhub.com/apis/deviantony/Portainer/1.21.0) API

@ -1,4 +1,4 @@
FROM alpine:3.10
FROM alpine:3.12
RUN apk add --no-cache \
bash ca-certificates gettext jq \

@ -1,4 +1,4 @@
FROM alpine:3.10
FROM alpine:3.12
RUN apk add --no-cache \
bash ca-certificates gettext httpie jq

@ -1,4 +1,4 @@
FROM debian:9-slim
FROM debian:10-slim
RUN apt-get update -yqq; \
apt-get install \

@ -1,4 +1,4 @@
FROM debian:9-slim
FROM debian:10-slim
RUN apt-get update -yqq; \
apt-get install \