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