diff --git a/Dockerfile b/Dockerfile index e3b4b58c..67328aba 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11.0-alpine3.16 as base +FROM python:3.11.1-alpine3.16 as base FROM base as builder WORKDIR /app diff --git a/example.yaml b/example.yaml index 278c7828..41153c6e 100644 --- a/example.yaml +++ b/example.yaml @@ -17,7 +17,7 @@ spec: serviceAccountName: sample-acc containers: - name: bash - image: bash:4.4.19 + image: bash:5.2.15 volumeMounts: - name: shared-volume mountPath: /tmp/