Skip to content

Commit

Permalink
update docker tooling
Browse files Browse the repository at this point in the history
  • Loading branch information
jo-m committed Nov 10, 2023
1 parent cbbca44 commit 6f8b5eb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion frontend/Makefile
Original file line number Diff line number Diff line change
@@ -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}

Expand Down

0 comments on commit 6f8b5eb

Please sign in to comment.