Skip to content

Commit 7b6a7c6

Browse files
Merge pull request #339 from projectdiscovery/dependabot/docker/dev/golang-1.24.1-alpine
2 parents 92a10a4 + b47c520 commit 7b6a7c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Base
2-
FROM golang:1.24.0-alpine AS builder
2+
FROM golang:1.24.1-alpine AS builder
33

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

0 commit comments

Comments
 (0)