Try older docker base image due to missing packages

This commit is contained in:
eikek 2021-11-30 22:42:48 +01:00
parent aff4fb5e03
commit 7afcdea9f6
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM alpine:latest
FROM alpine:3.14
ARG version=
ARG joex_url=

View File

@ -1,4 +1,4 @@
FROM alpine:latest
FROM alpine:3.14
ARG version=
ARG restserver_url=