Skip to content

Commit ae103f3

Browse files
chore(deps): update golang to v1.24.5 (#140)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1507433 commit ae103f3

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,5 +1,5 @@
11
# syntax=docker/dockerfile:1
2-
FROM golang:1.24.4 as build
2+
FROM golang:1.24.5 as build
33

44
WORKDIR /app
55
COPY go.mod go.sum ./

Dockerfile.dev

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.24.4 as build
1+
FROM golang:1.24.5 as build
22

33
WORKDIR /app
44
COPY go.mod go.sum ./

0 commit comments

Comments
 (0)