mirror of
https://github.com/philippechataignon/wxscrab_gen
synced 2024-11-15 19:48:05 +01:00
Use alpine 3.15
This commit is contained in:
parent
c6e48642f5
commit
5f4374fe80
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
2
Makefile
2
Makefile
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue