We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b66df2d commit 8c5ef2dCopy full SHA for 8c5ef2d
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.8-alpine@sha256:bb36e2a845bc692f42650d51266c6500e3792c9b99d591e15d0ab6a1d7e2965d
+FROM docker.io/ruby:4.0.1-alpine@sha256:ab8e777ecb6f43824e86e66f036fb6f549d6d026a4fac8eb80669338ee9eff11
23
24
ENV USERNAME=flottbot
25
ENV GROUP=flottbot
0 commit comments