From 29804467ffcdacc7d081f6d35761a10e6186488f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 3 Jul 2024 17:45:49 +0000 Subject: [PATCH] chore(deps): update golang docker tag to v1.22.5 --- Dockerfile | 2 +- dev/Dockerfile.dev | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index ab93f0071..2e16acdac 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ RUN yarn build && yarn cache clean # Statping Golang BACKEND building from source # Creates "/go/bin/statping" and "/usr/local/bin/sass" for copying -FROM golang:1.20.0-alpine AS backend +FROM golang:1.22.5-alpine AS backend LABEL maintainer="Statping-NG (https://github.com/statping-ng)" ARG VERSION ARG COMMIT diff --git a/dev/Dockerfile.dev b/dev/Dockerfile.dev index 1ecddfaf5..7ee469307 100644 --- a/dev/Dockerfile.dev +++ b/dev/Dockerfile.dev @@ -1,4 +1,4 @@ -FROM golang:1.13.5-alpine +FROM golang:1.22.5-alpine LABEL maintainer="Hunter Long (https://github.com/hunterlong)" ARG VERSION RUN apk add --update --no-cache libstdc++ gcc g++ make git ca-certificates linux-headers wget curl jq libsass nodejs nodejs-npm