Skip to content

Commit

Permalink
[chore] upgrade base image in the instrumentation Dockerfile (#5695)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitryax authored Dec 10, 2024
1 parent 8b69af6 commit c5aed62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion instrumentation/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG DOCKER_REPO=docker.io
FROM ${DOCKER_REPO}/debian:11
FROM ${DOCKER_REPO}/debian:12

RUN apt-get update && \
apt-get install -y build-essential
Expand Down

0 comments on commit c5aed62

Please sign in to comment.