Skip to content

Commit

Permalink
Merge pull request #40 from sparkfabrik/fix/python_error
Browse files Browse the repository at this point in the history
fix: python error for pwritev2 symbol not found
  • Loading branch information
Monska85 authored Sep 4, 2024
2 parents c365a90 + 5c5d76b commit 9519774
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,6 +1,6 @@
# AWS CLI v2
ARG AWS_CLI_VERSION=2.17.7
ARG ALPINE_VERSION=3.20
ARG ALPINE_VERSION=3.19

# To fetch the right alpine version use:
# docker run --rm --entrypoint ash eu.gcr.io/google.com/cloudsdktool/google-cloud-cli:${GOOGLE_CLOUD_CLI_IMAGE_TAG} -c 'cat /etc/issue'
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# You can find the list of the available image tags here:
# https://console.cloud.google.com/gcr/images/google.com:cloudsdktool/EU/google-cloud-cli

GOOGLE_CLOUD_CLI_IMAGE_TAG ?= 489.0.0-alpine
GOOGLE_CLOUD_CLI_IMAGE_TAG ?= 490.0.0-alpine
IMAGE_NAME ?= sparkfabrik/cloud-tools
IMAGE_TAG ?= latest

Expand Down

0 comments on commit 9519774

Please sign in to comment.