chore(ci): remove superfluous build dependency
Cadoles/go-http-peering/pipeline/head This commit is unstable Details

This commit is contained in:
wpetit 2024-01-05 12:38:41 +01:00
parent 34adfb3e87
commit 834f6346dd
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
FROM golang:1.19
FROM reg.cadoles.com/proxy_cache/library/golang:1.21
RUN apt-get update && apt-get install -y make upx-ucl curl ca-certificates bash jq
RUN apt-get update && apt-get install -y make curl ca-certificates bash jq
RUN curl -k https://forge.cadoles.com/Cadoles/Jenkins/raw/branch/master/resources/com/cadoles/common/add-letsencrypt-ca.sh | bash