Skip to content

Commit

Permalink
[SYNPY-1524] Updates Dockerfile (#1137)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
BWMac authored Sep 26, 2024
1 parent ec01a0f commit 1918ec2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -462,9 +462,6 @@ jobs:
steps:
- name: Check out the repo
uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 3.9
- name: Extract Release Version
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/tags/}" >> $GITHUB_ENV
shell: bash
Expand Down Expand Up @@ -518,9 +515,6 @@ jobs:
steps:
- name: Check out the repo
uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 3.9
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Log in to GitHub Container Registry
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:20.04
FROM python:3.9-slim
RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections

RUN apt-get update \
Expand Down

0 comments on commit 1918ec2

Please sign in to comment.