Skip to content

Commit

Permalink
Update Python 3.8 refs to 3.9 (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesGardiner authored Apr 15, 2021
1 parent 168ca28 commit db20add
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.8-slim
FROM python:3.9-slim

WORKDIR /benchmark
COPY . /benchmark
Expand Down
2 changes: 1 addition & 1 deletion ci/output-results-to-slack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ image_resource:
type: docker-image
source:
repository: python
tag: 3.8
tag: 3.9
inputs:
- name: eq-survey-runner-benchmark
params:
Expand Down

0 comments on commit db20add

Please sign in to comment.