Skip to content

Commit 7d20519

Browse files
Update Dockerfile
Fix the build issues with docker not being up to date.
1 parent 809b888 commit 7d20519

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Base
2-
FROM golang:1.21.4-alpine AS builder
2+
FROM golang:1.24.5-alpine AS builder
33

44
RUN apk add --no-cache git build-base gcc musl-dev
55
WORKDIR /app

0 commit comments

Comments
 (0)