From 6f8b5eb27168e32751dde483d649eb129d9c3a6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonathan=20M=C3=BCller?= Date: Fri, 10 Nov 2023 18:28:04 +0100 Subject: [PATCH] update docker tooling --- Makefile | 6 +++--- frontend/Makefile | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index ed1839ad..c17d234e 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,10 @@ .PHONY: format lint test test_more bench check build_host build_arm64 docker_build docker_lint docker_test docker_test_more docker_bench clean run_confighelper run_camera run_videofile # https://hub.docker.com/_/debian -DOCKER_BASE_IMAGE = debian:bullseye-20231009 +DOCKER_BASE_IMAGE = debian:bullseye-20231030 # https://go.dev/dl/ -GO_VERSION = 1.21.3 -GO_ARCHIVE_SHA256 = 1241381b2843fae5a9707eec1f8fb2ef94d827990582c7c7c32f5bdfbfd420c8 +GO_VERSION = 1.21.4 +GO_ARCHIVE_SHA256 = 73cac0215254d0c7d1241fa40837851f3b9a8a742d0b54714cbdfb3feaf8f0af # https://github.com/dominikh/go-tools/releases GO_STATICCHECK_VERSION = 2023.1.6 diff --git a/frontend/Makefile b/frontend/Makefile index 2d8ca8f9..e1125718 100644 --- a/frontend/Makefile +++ b/frontend/Makefile @@ -1,7 +1,7 @@ .PHONY: run run_local format build deploy docker_build # https://hub.docker.com/_/node/ -DOCKER_BASE_IMAGE = node:20.8.0-alpine3.17 +DOCKER_BASE_IMAGE = node:20.9.0-alpine3.18 FRONTEND_DEPLOY_TARGET_SSH_HOST_ = ${FRONTEND_DEPLOY_TARGET_SSH_HOST} VITE_FRONTEND_BASE_URL_ = ${VITE_FRONTEND_BASE_URL}