Skip to content

Commit

Permalink
"apt-get upgrade" in agentctl and operator docker images (#5471)
Browse files Browse the repository at this point in the history
  • Loading branch information
ptodev authored Oct 13, 2023
1 parent 4f6d1e0 commit d597d56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions cmd/grafana-agent-operator/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,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
2 changes: 1 addition & 1 deletion cmd/grafana-agentctl/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,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 d597d56

Please sign in to comment.