Intégration basique avec Kubernetes #18

Merged
wpetit merged 2 commits from kubernetes-integration into develop 2024-03-27 17:57:08 +01:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 7515be9583 - Show all commits

View File

@ -23,7 +23,7 @@ RUN install -m 0755 -d /etc/apt/keyrings \
&& apt-get update \
&& apt-get install -y docker-ce-cli
ARG GO_VERSION=1.20.4
ARG GO_VERSION=1.22.0
# Install Go
RUN mkdir -p /tmp \