Skip to content

Commit

Permalink
Merge pull request #110 from plus3it/dependabot/docker/python-3.9.1-b…
Browse files Browse the repository at this point in the history
…uster

Bump python from 3.8.6-buster to 3.9.1-buster
  • Loading branch information
mergify[bot] authored Dec 8, 2020
2 parents 403478e + d9af869 commit 8e70b8e
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
@@ -1,5 +1,5 @@
FROM golang:1.15.6-buster as golang
FROM python:3.8.6-buster
FROM python:3.9.1-buster
ENV PATH="/root/.local/bin:/root/bin:/go/bin:/usr/local/go/bin:${PATH}"
ENV GOPATH=/go
RUN apt-get update -y && apt-get install -y \
Expand Down

0 comments on commit 8e70b8e

Please sign in to comment.