Skip to content

Commit

Permalink
upgrade packages in dockerfile (grafana#5463)
Browse files Browse the repository at this point in the history
* update to ubuntu:mantic

* back to lunar, but with upgrade
  • Loading branch information
captncraig authored Oct 12, 2023
1 parent 1820786 commit 1c370a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/grafana-agent/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ LABEL org.opencontainers.image.source="https://github.com/grafana/agent"
RUN <<EOF
apt-get update
apt-get install -qy libsystemd-dev tzdata ca-certificates

apt-get upgrade -y
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
EOF

Expand Down

0 comments on commit 1c370a0

Please sign in to comment.