Skip to content

Commit

Permalink
chore(deps): update python docker tag to v3.9 (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 7, 2020
1 parent 1b0c175 commit 110c236
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 @@ COPY package.json yarn.lock /app/

RUN yarn install

FROM python:3.8-alpine
FROM python:3.9-alpine

WORKDIR /app

Expand Down

0 comments on commit 110c236

Please sign in to comment.