From 5a426c86b0e69e9f82443761606a8eb667379531 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Jun 2023 12:31:37 -0700 Subject: [PATCH] Bump golang from 1.20.3-alpine to 1.20.5-alpine (#12206) Bumps golang from 1.20.3-alpine to 1.20.5-alpine. Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Dockerfile-desktop-linux | 2 +- Dockerfile.osquery-perf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile-desktop-linux b/Dockerfile-desktop-linux index 232e43a71..9b6a32649 100644 --- a/Dockerfile-desktop-linux +++ b/Dockerfile-desktop-linux @@ -1,4 +1,4 @@ -FROM --platform=linux/amd64 golang:1.20.3-bullseye@sha256:0c4028f241827951ee41df718abdb75769b63610f3b0e2350cf6fede68e24d6f +FROM --platform=linux/amd64 golang:1.20.5-bullseye@sha256:419bc8954c0e08c539830c8669ccd116a063303481c748fabd09d8fd6d4e2c5f LABEL maintainer="Fleet Developers" RUN apt-get update && apt-get install -y \ diff --git a/Dockerfile.osquery-perf b/Dockerfile.osquery-perf index 31e508ae3..805171ad0 100644 --- a/Dockerfile.osquery-perf +++ b/Dockerfile.osquery-perf @@ -1,4 +1,4 @@ -FROM golang:1.20.3-alpine@sha256:08e9c086194875334d606765bd60aa064abd3c215abfbcf5737619110d48d114 +FROM golang:1.20.5-alpine@sha256:b036c52b3bcc8e4e31be19a7a902bb9897b2bf18028f40fd306a9778bab5771c ARG ENROLL_SECRET ARG HOST_COUNT