Skip to content

Commit

Permalink
Merge branch 'kiwigrid:master' into fix/folder-anotation-changes
Browse files Browse the repository at this point in the history
  • Loading branch information
AvihaiSam authored Jan 15, 2023
2 parents 4418ffb + 8cb4ee9 commit 9ef8168
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,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
Expand Down
2 changes: 1 addition & 1 deletion example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down

0 comments on commit 9ef8168

Please sign in to comment.