mirror of
https://github.com/projectdiscovery/httpx
synced 2026-06-08 16:50:17 +00:00
Update Dockerfile (#2223)
Fix the build issues with docker not being up to date.
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
# Base
|
||||
FROM golang:1.21.4-alpine AS builder
|
||||
FROM golang:1.24.5-alpine AS builder
|
||||
|
||||
RUN apk add --no-cache git build-base gcc musl-dev
|
||||
WORKDIR /app
|
||||
|
||||
Reference in New Issue
Block a user