We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aaff278 commit 97e9a8aCopy full SHA for 97e9a8a
2 files changed
Dockerfile
@@ -9,7 +9,7 @@ RUN npm ci
9
RUN task frontend
10
11
# Go Builder
12
-FROM --platform=$BUILDPLATFORM golang:1.26.3-bookworm AS build
+FROM --platform=$BUILDPLATFORM golang:1.26.4-bookworm AS build
13
14
ARG VERSION=demo
15
ARG TARGETOS
go.mod
@@ -1,6 +1,6 @@
1
module github.com/damongolding/immich-kiosk
2
3
-go 1.26.3
+go 1.26.4
4
5
require (
6
charm.land/lipgloss/v2 v2.0.3
0 commit comments