Skip to content

Commit

Permalink
Upgrade python version
Browse files Browse the repository at this point in the history
  • Loading branch information
rdgfuentes committed Jun 28, 2024
1 parent f13d3ae commit f7d064e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/pipe-vms-ingestion/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.9-slim as python-base
FROM python:3.10-slim as python-base

LABEL maintainer="[email protected]"

Expand Down Expand Up @@ -62,7 +62,7 @@ RUN poetry build
FROM python-base as final

# Copy files from official SDK image, including script/dependencies.
COPY --from=apache/beam_python3.9_sdk:2.56.0 /opt/apache/beam /opt/apache/beam
COPY --from=apache/beam_python3.10_sdk:2.56.0 /opt/apache/beam /opt/apache/beam

# Copy app
COPY --from=builder /app /app
Expand Down

0 comments on commit f7d064e

Please sign in to comment.