We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae8e773 commit 4a48308Copy full SHA for 4a48308
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.9-alpine@sha256:45bdd95e337296472eafa907dc53cfbcf1e3878a11795062f47392d4c251add9
+FROM docker.io/ruby:4.0.3-alpine@sha256:695ec456058d0ab792694aa3c815441bd83a279c78a2978a1f069e7a3324a5d0
23
24
ENV USERNAME=flottbot
25
ENV GROUP=flottbot
0 commit comments