Skip to content
Snippets Groups Projects
Commit e624536c authored by renovate's avatar renovate
Browse files

Update docker.io/library/golang:1.24.3 Docker digest to 795a40c

parent 0ee156ce
No related branches found
No related tags found
No related merge requests found
Pipeline #96592 passed
FROM docker.io/library/golang:1.24.3@sha256:86b4cff66e04d41821a17cea30c1031ed53e2635e2be99ae0b4a7d69336b5063 as build FROM docker.io/library/golang:1.24.3@sha256:795a40cbe36a11e39b0709eb98d7aaa8d312d60336d863a0ef1c8aff07c1b3e0 as build
ADD . /src ADD . /src
RUN cd /src && go build -tags netgo -o staticserver ./staticserver.go && strip staticserver RUN cd /src && go build -tags netgo -o staticserver ./staticserver.go && strip staticserver
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment