Use alpine 3.15

This commit is contained in:
Username 2022-08-26 15:03:44 +02:00
parent c6e48642f5
commit 5f4374fe80
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
FROM alpine:3.11.5
FROM alpine:3.15
RUN apk --update add musl-dev gcc python3 python3-dev scons swig py3-bottle py3-gunicorn
COPY . /app

View file

@ -3,7 +3,7 @@ build:
tag:
docker tag philippechataignon/wxscrab_gen:build philippechataignon/wxscrab_gen
run:
docker run -d --name wxscrab_gen -p 127.0.0.1:1964:1964 philippechataignon/wxscrab_gen
docker run -d --name wxscrab_gen -p 1964:1964 philippechataignon/wxscrab_gen:build
stop:
docker rm -f wxscrab_gen
log: