We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47ebc9f commit 4b2069fCopy full SHA for 4b2069f
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.0-alpine@sha256:375f2a0e8ced42cab1b6b89a60d4509544845199a63131e73d8ce45562b05ad4
23
24
ENV USERNAME=flottbot
25
ENV GROUP=flottbot
0 commit comments