Skip to content

Commit

Permalink
chore(deps): update docker dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 11, 2024
1 parent 7dc2631 commit ad7b97a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion e2e/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.suse.com/bci/python:3.11
FROM registry.suse.com/bci/python:3.12

ARG KUBECTL_VERSION=v1.17.0
ARG YQ_VERSION=v4.24.2
Expand Down
2 changes: 1 addition & 1 deletion manager/integration/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.suse.com/bci/python:3.11
FROM registry.suse.com/bci/python:3.12

ARG KUBECTL_VERSION=v1.28.4
ARG YQ_VERSION=v4.24.2
Expand Down
2 changes: 1 addition & 1 deletion test_framework/Dockerfile.setup
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.21-alpine3.19
FROM golang:1.22-alpine3.19

ARG KUBECTL_VERSION=v1.20.2

Expand Down

0 comments on commit ad7b97a

Please sign in to comment.