Skip to content

Commit d10f655

Browse files
Pin Ruby base image version in Dockerfile (#2093)
1 parent e126c95 commit d10f655

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

examples/dice_roller/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# ---------------------------------------------------------------------------
1111
ARG APP_VERSION=instrumented
1212

13-
FROM ruby:3.3-slim AS base
13+
FROM ruby:3.3.11-slim@sha256:b13f2f518f323bde3462ad44b50c7d2a4aa3b919961e7e93204077ec80f0e8bf AS base
1414

1515
WORKDIR /app
1616

@@ -57,4 +57,4 @@ ENV OTEL_LOGS_EXPORTER=console
5757

5858
EXPOSE 8080
5959

60-
CMD ["ruby", "app.rb"]
60+
CMD ["ruby", "app.rb"]

0 commit comments

Comments
 (0)