Commit 84736070 authored by Guilhem Bonnefille's avatar Guilhem Bonnefille
Browse files

feat: switch to current Debian stable flavor image

Needed to fix CVE on <go-1.20.6
parent dd3f19ff
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -62,7 +62,7 @@ variables:
  GO_PROJECT_DIR: .

  # Default Docker image (can be overridden)
  GO_IMAGE: "registry.hub.docker.com/library/golang:buster"
  GO_IMAGE: "registry.hub.docker.com/library/golang:bookworm"

  # Default flags for 'build' command
  GO_BUILD_FLAGS: >-