Skip to content

Commit

Permalink
upd gwa api, gwa scheduler py versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jTendeck committed Nov 28, 2022
1 parent a645b17 commit 6c4ef9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion microservices/gatewayApi/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# && CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o deck \
# -ldflags "-s -w -X github.com/kong/deck/cmd.VERSION=$TAG -X github.com/kong/deck/cmd.COMMIT=$COMMIT"

FROM python:3.8.13-alpine3.15
FROM python:3.8.15-alpine3.16

RUN mkdir /.kube

Expand Down
2 changes: 1 addition & 1 deletion microservices/gatewayJobScheduler/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.8.13-alpine3.15
FROM python:3.8.15-alpine3.16

WORKDIR /app

Expand Down

0 comments on commit 6c4ef9b

Please sign in to comment.