Skip to content

Commit cf68410

Browse files
authored
Update Go to 1.24 and Alpine base to 3.21 (#166)
1 parent 18b72a7 commit cf68410

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ARG BUILD_FROM
22

3-
FROM golang:1.19-alpine3.16 AS builder
3+
FROM golang:1.24-alpine3.21 AS builder
44

55
WORKDIR /usr/src/landingpage
66
ARG BUILD_ARCH

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/home-assistant/landingpage
22

3-
go 1.19
3+
go 1.24
44

55
require (
66
github.com/grandcat/zeroconf v1.0.0

0 commit comments

Comments
 (0)