Skip to content

Commit 13c16d1

Browse files
authored
Upgrade suite starter to python 3.9.0 (#9)
1 parent dd8e344 commit 13c16d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
FROM python:3.8.3-buster AS build
1+
FROM python:3.9.0-buster AS build
22

33
COPY . /src
44
WORKDIR /src
55
RUN python3 setup.py bdist_wheel
66

7-
FROM python:3.8.3-slim-buster
7+
FROM python:3.9.0-slim-buster
88

99
COPY --from=build /src/dist/*.whl /tmp
1010
# hadolint ignore=DL3013

0 commit comments

Comments
 (0)