From d2ad5802cfe5373d1a7128d84dc813670766f0bb Mon Sep 17 00:00:00 2001 From: Dominic Hamon Date: Tue, 25 Jun 2024 16:28:19 +0100 Subject: [PATCH] more docker containers --- images/Dockerfile.nested | 2 +- images/Dockerfile.test | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/images/Dockerfile.nested b/images/Dockerfile.nested index 8c4a031ac..1cfe255e0 100644 --- a/images/Dockerfile.nested +++ b/images/Dockerfile.nested @@ -35,7 +35,7 @@ LABEL org.opencontainers.image.source https://github.com/aurae-runtime/aurae ## Define ARGs ARG CACHE_VERSION=v0 -ARG BUF_VERSION=1.28.1 +ARG BUF_VERSION=1.32.0 ARG VALE_VERSION=2.21.3 ARG PROTOC_VERSION=1.5.1 diff --git a/images/Dockerfile.test b/images/Dockerfile.test index 5866c2d2a..749328163 100644 --- a/images/Dockerfile.test +++ b/images/Dockerfile.test @@ -40,7 +40,7 @@ LABEL org.opencontainers.image.source https://github.com/aurae-runtime/aurae ## Define ARGs ARG CACHE_VERSION=v0 -ARG BUF_VERSION=1.28.1 +ARG BUF_VERSION=1.32.0 ARG VALE_VERSION=2.21.3 ARG PROTOC_VERSION=1.5.1