We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e126c95 commit d10f655Copy full SHA for d10f655
1 file changed
examples/dice_roller/Dockerfile
@@ -10,7 +10,7 @@
10
# ---------------------------------------------------------------------------
11
ARG APP_VERSION=instrumented
12
13
-FROM ruby:3.3-slim AS base
+FROM ruby:3.3.11-slim@sha256:b13f2f518f323bde3462ad44b50c7d2a4aa3b919961e7e93204077ec80f0e8bf AS base
14
15
WORKDIR /app
16
@@ -57,4 +57,4 @@ ENV OTEL_LOGS_EXPORTER=console
57
58
EXPOSE 8080
59
60
-CMD ["ruby", "app.rb"]
+CMD ["ruby", "app.rb"]
0 commit comments