Skip to content

Commit 2d4095e

Browse files
docker fix
1 parent 1dfb960 commit 2d4095e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/gprofiler_flamedb_rest/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.18 as build
1+
FROM golang:1.21 as build
22

33
ENV GO111MODULE on
44

@@ -14,7 +14,7 @@ RUN go install -v ./...
1414
RUN go build -v -o app
1515

1616

17-
FROM debian:10.9-slim
17+
FROM debian:12-slim
1818

1919
RUN apt-get update && apt-get install -y --no-install-recommends ca-certificates curl iputils-ping
2020

0 commit comments

Comments
 (0)