Skip to content

Commit

Permalink
Set container images to use latest 3.x alpine base image
Browse files Browse the repository at this point in the history
  • Loading branch information
jpkrohling authored Nov 21, 2023
1 parent ee5ed55 commit db58519
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion distributions/otel-grafana/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.16
FROM alpine:3

ARG USER_UID=10001
USER ${USER_UID}
Expand Down
2 changes: 1 addition & 1 deletion distributions/sidecar/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.16
FROM alpine:3

ARG USER_UID=10001
USER ${USER_UID}
Expand Down
2 changes: 1 addition & 1 deletion distributions/tracing/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.16
FROM alpine:3

ARG USER_UID=10001
USER ${USER_UID}
Expand Down

0 comments on commit db58519

Please sign in to comment.