Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions python/goals-api-sfdc/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.6
FROM python:3.14.0rc3

WORKDIR /usr/src/app

Expand All @@ -16,7 +16,7 @@ COPY README.md .
RUN pip install --no-cache-dir --upgrade setuptools wheel
RUN python setup.py bdist_wheel

FROM python:3.6
FROM python:3.14.0rc3

WORKDIR /usr/src/app

Expand Down