From e937e37d4fded8231cf5f1337c95947feac43fbc Mon Sep 17 00:00:00 2001 From: Alessandro Ros Date: Sat, 12 Aug 2023 11:55:49 +0200 Subject: [PATCH] update Linux Alpine (#2195) --- Makefile | 6 +++--- bench/proxy/Dockerfile | 2 +- bench/publish/Dockerfile | 2 +- bench/read/Dockerfile | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Makefile b/Makefile index f9821c22..1b3d08a8 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ -BASE_IMAGE = golang:1.20-alpine3.17 +BASE_IMAGE = golang:1.20-alpine3.18 LINT_IMAGE = golangci/golangci-lint:v1.53.3 -NODE_IMAGE = node:16-alpine3.17 -ALPINE_IMAGE = alpine:3.17 +NODE_IMAGE = node:16-alpine3.18 +ALPINE_IMAGE = alpine:3.18 RPI32_IMAGE = balenalib/raspberry-pi:bullseye-run-20230712 RPI64_IMAGE = balenalib/raspberrypi3-64:bullseye-run-20230530 diff --git a/bench/proxy/Dockerfile b/bench/proxy/Dockerfile index 28b94c1a..c467bc36 100644 --- a/bench/proxy/Dockerfile +++ b/bench/proxy/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.20-alpine3.17 +FROM golang:1.20-alpine3.18 RUN apk add --no-cache \ ffmpeg diff --git a/bench/publish/Dockerfile b/bench/publish/Dockerfile index ea8dbbf7..9d359094 100644 --- a/bench/publish/Dockerfile +++ b/bench/publish/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.20-alpine3.17 +FROM golang:1.20-alpine3.18 RUN apk add --no-cache \ ffmpeg diff --git a/bench/read/Dockerfile b/bench/read/Dockerfile index 0e765960..7a3ccfbe 100644 --- a/bench/read/Dockerfile +++ b/bench/read/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.20-alpine3.17 +FROM golang:1.20-alpine3.18 RUN apk add --no-cache \ ffmpeg