Skip to content

Commit 4efe815

Browse files
Merge pull request #1656 from projectdiscovery/dependabot/docker/dev/docker-dependencies-ab1a15a90a
chore(deps): bump golang from 1.25.7-alpine to 1.26.1-alpine in the docker-dependencies group
2 parents 6ac2b7b + afe3e63 commit 4efe815

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
# Build
2-
FROM golang:1.25.7-alpine AS build-env
2+
FROM golang:1.26.1-alpine AS build-env
33
RUN apk add --no-cache build-base libpcap-dev
44
WORKDIR /app
55
COPY . /app

0 commit comments

Comments
 (0)