Merge pull request #10142 from GabyCT/topic/updatestress

tests: Update ubuntu image for stress Dockerfile
This commit is contained in:
GabyCT
2024-08-09 16:11:35 -06:00
committed by GitHub

View File

@@ -5,7 +5,7 @@
# The image has only the 'latest' tag so it needs to ignore DL3007
#hadolint ignore=DL3007
FROM quay.io/libpod/ubuntu:latest
FROM quay.io/bedrock/ubuntu:latest
RUN apt-get -y update && \
apt-get -y upgrade && \
apt-get -y --no-install-recommends install stress && \