Skip to content

Commit

Permalink
bump everything
Browse files Browse the repository at this point in the history
  • Loading branch information
jo-m committed Dec 27, 2024
1 parent 3fe9a7e commit f055b44
Show file tree
Hide file tree
Showing 7 changed files with 886 additions and 540 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
.PHONY: format lint test test_vk test_more bench bench_vk check build_host build_host_vk build_arm64 docker_build docker_lint docker_test docker_test_more docker_bench clean run_confighelper run_camera run_videofile list

# https://hub.docker.com/_/debian
DOCKER_BASE_IMAGE = debian:bullseye-20241016
DOCKER_BASE_IMAGE = debian:bullseye-20241223
# https://go.dev/dl/
GO_VERSION = 1.23.2
GO_ARCHIVE_SHA256 = 542d3c1705f1c6a1c5a80d5dc62e2e45171af291e755d591c5e6531ef63b454e
GO_VERSION = 1.23.4
GO_ARCHIVE_SHA256 = 6924efde5de86fe277676e929dc9917d466efa02fb934197bc2eba35d5680971
# https://github.com/dominikh/go-tools/releases
GO_STATICCHECK_VERSION = 2024.1.1
# https://github.com/mgechev/revive/releases
GO_REVIVE_VERSION = v1.4.0
GO_REVIVE_VERSION = v1.5.1
# https://github.com/securego/gosec/releases
GO_SEC_VERSION = v2.21.4
# https://pkg.go.dev/golang.org/x/vuln?tab=versions
Expand Down
12 changes: 6 additions & 6 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
# Cross
pkgsCross.aarch64-multiplatform.buildPackages.gcc # Provides aarch64-unknown-linux-gnu-gcc

# Vulkan bare tools and depencencies
# Vulkan bare tools and dependencies
glslang
vulkan-headers
vulkan-loader
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 list

# https://hub.docker.com/_/node/
DOCKER_BASE_IMAGE = node:22.10.0-alpine3.20
DOCKER_BASE_IMAGE = node:22.12.0-alpine
FRONTEND_DEPLOY_TARGET_SSH_HOST_ = ${FRONTEND_DEPLOY_TARGET_SSH_HOST}
VITE_FRONTEND_BASE_URL_ = ${VITE_FRONTEND_BASE_URL}

Expand Down
Loading

0 comments on commit f055b44

Please sign in to comment.