Skip to content

Commit c5aed62

Browse files
authored
[chore] upgrade base image in the instrumentation Dockerfile (#5695)
1 parent 8b69af6 commit c5aed62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

instrumentation/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ARG DOCKER_REPO=docker.io
2-
FROM ${DOCKER_REPO}/debian:11
2+
FROM ${DOCKER_REPO}/debian:12
33

44
RUN apt-get update && \
55
apt-get install -y build-essential

0 commit comments

Comments
 (0)