mirror of
https://gitlab.com/psuapp/psu.git
synced 2024-08-30 18:12:34 +00:00
Use Docker Compose 2.2.2 instead of Docker Compose 2.1.1
This commit is contained in:
parent
85c0b369df
commit
d5b5a14be2
@ -8,6 +8,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
### Added
|
||||
- Add `linux/arm/v7` architecture to support Raspberry Pi
|
||||
|
||||
### Changed
|
||||
- Use Docker [Compose 2.2.2](https://github.com/docker/compose/releases/tag/v2.2.2) instead of Docker [Compose 2.1.1](https://github.com/docker/compose/releases/tag/v2.1.1)
|
||||
|
||||
### Fixed
|
||||
- `psu` was unusable when using a custom <abbr title="Certificate Authority">CA</abbr>, with the `HTTPIE_VERIFY_SSL` env
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
FROM --platform=$BUILDPLATFORM alpine:3.15
|
||||
|
||||
ARG DOCKER_COMPOSE_VERSION="v2.1.1"
|
||||
ARG DOCKER_COMPOSE_VERSION="v2.2.2"
|
||||
|
||||
RUN set -e; \
|
||||
apk add --no-cache \
|
||||
|
@ -1,6 +1,6 @@
|
||||
FROM --platform=$BUILDPLATFORM debian:11-slim
|
||||
|
||||
ARG DOCKER_COMPOSE_VERSION="v2.1.1"
|
||||
ARG DOCKER_COMPOSE_VERSION="v2.2.2"
|
||||
|
||||
RUN set -e; \
|
||||
apt-get update -yqq; \
|
||||
|
Loading…
Reference in New Issue
Block a user