We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47ebc9f commit 4978546Copy full SHA for 4978546
1 file changed
docker/Dockerfile.ruby
@@ -19,7 +19,7 @@ RUN CGO_ENABLED=0 GOOS=${TARGETOS} GOARCH=${TARGETARCH} \
19
go build -a -ldflags "-s -w -X github.com/target/flottbot/version.Version=${VERSION}" \
20
-o flottbot ./cmd/flottbot
21
22
-FROM docker.io/ruby:3.4.7-alpine@sha256:cdb113e8110f2ed8c5e2e1ef4b02494e0243f8d6fe59e4c0348441437ded2aaa
+FROM docker.io/ruby:4.0.1-alpine@sha256:d2baafa11f55a4c8b71d5b7412a8a98e898989c2e8968d1f40ac33d094b9d03e
23
24
ENV USERNAME=flottbot
25
ENV GROUP=flottbot
0 commit comments