diff options
author | Oto Šťáva <oto.stava@nic.cz> | 2024-03-27 13:41:40 +0100 |
---|---|---|
committer | Oto Šťáva <oto.stava@nic.cz> | 2024-03-27 13:41:40 +0100 |
commit | 4de13ad27debed74a88b82609a636c52d9bc866b (patch) | |
tree | 76b2c92e723fdf86a6ca338b544c3f749e726c2c /Dockerfile | |
parent | Merge branch '6.0.7-news' into '6.0' (diff) | |
download | knot-resolver-4de13ad27debed74a88b82609a636c52d9bc866b.tar.xz knot-resolver-4de13ad27debed74a88b82609a636c52d9bc866b.zip |
Dockerfile: fix typo 'update' -> 'upgrade'
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -30,7 +30,7 @@ ENV OBS_REPO=knot-resolver-latest ENV DISTROTEST_REPO=Debian_11 RUN apt-get update -qq && \ - apt-get update -qq + apt-get upgrade -qq COPY --from=build /source/pkg/pkgs/debian-11 /pkg |