Skip to content

Commit 1918ec2

Browse files
authored
[SYNPY-1524] Updates Dockerfile (#1137)
* set python version for ghcr, test build * uncomment line * adds for develop * revert last * updates dockerfile * remove whitespace * remove 3.9 setting * change to 3.9-slim
1 parent ec01a0f commit 1918ec2

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -462,9 +462,6 @@ jobs:
462462
steps:
463463
- name: Check out the repo
464464
uses: actions/checkout@v4
465-
- uses: actions/setup-python@v5
466-
with:
467-
python-version: 3.9
468465
- name: Extract Release Version
469466
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/tags/}" >> $GITHUB_ENV
470467
shell: bash
@@ -518,9 +515,6 @@ jobs:
518515
steps:
519516
- name: Check out the repo
520517
uses: actions/checkout@v4
521-
- uses: actions/setup-python@v5
522-
with:
523-
python-version: 3.9
524518
- name: Set up Docker Buildx
525519
uses: docker/setup-buildx-action@v2
526520
- name: Log in to GitHub Container Registry

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu:20.04
1+
FROM python:3.9-slim
22
RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections
33

44
RUN apt-get update \

0 commit comments

Comments
 (0)