Skip to content

Commit

Permalink
Update docker base image to get newer python3
Browse files Browse the repository at this point in the history
  • Loading branch information
AlinaNova21 committed Apr 7, 2021
1 parent abbb9b1 commit b194cc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN CGO_ENABLED=0 \
GOARCH=amd64 \
go build -o screeps-launcher ./cmd/screeps-launcher

FROM buildpack-deps:stretch
FROM buildpack-deps:buster
RUN groupadd --gid 1000 screeps \
&& useradd --uid 1000 --gid screeps --shell /bin/bash --create-home screeps \
&& mkdir /screeps && chown screeps.screeps /screeps
Expand Down

0 comments on commit b194cc0

Please sign in to comment.