tests: fix derper failure

This commit is contained in:
ArcticLampyrid 2024-11-15 02:50:02 +08:00
parent 689c0983dc
commit b0f074d18d
No known key found for this signature in database
GPG key ID: DC72A2519E77D6CF

View file

@ -1,6 +1,6 @@
# For testing purposes only
FROM golang:1.22-alpine AS build-env
FROM golang:alpine AS build-env
WORKDIR /go/src