We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dfb960 commit 2d4095eCopy full SHA for 2d4095e
src/gprofiler_flamedb_rest/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1.18 as build
+FROM golang:1.21 as build
2
3
ENV GO111MODULE on
4
@@ -14,7 +14,7 @@ RUN go install -v ./...
14
RUN go build -v -o app
15
16
17
-FROM debian:10.9-slim
+FROM debian:12-slim
18
19
RUN apt-get update && apt-get install -y --no-install-recommends ca-certificates curl iputils-ping
20
0 commit comments