Skip to content

Commit 8c5ef2d

Browse files
chore(deps): update docker.io/ruby docker tag to v4
1 parent b66df2d commit 8c5ef2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile.ruby

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ RUN CGO_ENABLED=0 GOOS=${TARGETOS} GOARCH=${TARGETARCH} \
1919
go build -a -ldflags "-s -w -X github.com/target/flottbot/version.Version=${VERSION}" \
2020
-o flottbot ./cmd/flottbot
2121

22-
FROM docker.io/ruby:3.4.8-alpine@sha256:bb36e2a845bc692f42650d51266c6500e3792c9b99d591e15d0ab6a1d7e2965d
22+
FROM docker.io/ruby:4.0.1-alpine@sha256:ab8e777ecb6f43824e86e66f036fb6f549d6d026a4fac8eb80669338ee9eff11
2323

2424
ENV USERNAME=flottbot
2525
ENV GROUP=flottbot

0 commit comments

Comments
 (0)