Skip to content
Snippets Groups Projects
Verified Commit 4107b6ce authored by Romain De Laage De Bellefaye's avatar Romain De Laage De Bellefaye
Browse files

[Castopod] bump to alpha 75

parent 00946dd0
No related branches found
No related tags found
No related merge requests found
FROM alpine:3.13 AS downloader
ARG VERSION=v1.0.0-alpha.61
ARG VERSION=v1.0.0-alpha.75
RUN apk add --no-cache curl jq && \
curl -L $(curl https://code.podlibre.org/api/v4/projects/2/releases/${VERSION}/assets/links | jq -r .[].url | grep \.tar\.gz) -o castopod.tgz && \
......
......@@ -16,7 +16,7 @@ networks:
services:
app-back:
image: registry.picasoft.net/pica-castopod-back:v1.0.0-alpha.61
image: registry.picasoft.net/pica-castopod-back:v1.0.0-alpha.75
build: back
container_name: "castopod-back"
volumes:
......@@ -28,7 +28,7 @@ services:
restart: unless-stopped
app-front:
image: registry.picasoft.net/pica-castopod-front:v1.0.0-alpha.61
image: registry.picasoft.net/pica-castopod-front:v1.0.0-alpha.75
build: front
container_name: "castopod-front"
networks:
......
FROM alpine:3.13 AS downloader
ARG VERSION=v1.0.0-alpha.61
ARG VERSION=v1.0.0-alpha.75
RUN apk add --no-cache curl jq && \
curl -L $(curl https://code.podlibre.org/api/v4/projects/2/releases/${VERSION}/assets/links | jq -r .[].url | grep \.tar\.gz) -o castopod.tgz && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment