Skip to content

Commit

Permalink
chore(examples): used python 3 in vote and vote-helm examples
Browse files Browse the repository at this point in the history
  • Loading branch information
vvagaytsev committed Jun 14, 2022
1 parent 82a73b2 commit 33e2b98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/vote-helm/api-image/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Using official python runtime base image
FROM python:2.7-alpine
FROM python:3.10.5-alpine3.16

# Set the application directory
WORKDIR /app
Expand Down
2 changes: 1 addition & 1 deletion examples/vote/api/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Using official python runtime base image
FROM python:2.7-alpine
FROM python:3.10.5-alpine3.16

# Set the application directory
WORKDIR /app
Expand Down

0 comments on commit 33e2b98

Please sign in to comment.