Skip to content

Commit 6f85a49

Browse files
tschaeferalexellis
authored andcommitted
Update template to Ruby 3.4.3 and watchog
Signed-off-by: tschaefer <[email protected]>
1 parent 611694c commit 6f85a49

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This template uses [Sinatra internally](https://sinatrarb.com/intro.html), and the slim Docker image for Ruby to keep the image small. A native build toolchain is installed, which still results in a smaller image than the standard Ruby image on the Docker Hub.
44

5-
Ruby version: 3.3.6.
5+
Ruby version: 3.4.3.
66

77
### Usage:
88

template/ruby-http/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
FROM ghcr.io/openfaas/of-watchdog:0.10.6 as watchdog
1+
FROM ghcr.io/openfaas/of-watchdog:0.10.9 as watchdog
22

3-
FROM ruby:3.3.6-slim
3+
FROM ruby:3.4.3-slim
44

55
# AE: This step can take a few moments, however the resulting image
66
# is half the size of the non-slim image

0 commit comments

Comments
 (0)