Skip to content

Commit

Permalink
update base image to ubuntu 21.10
Browse files Browse the repository at this point in the history
  • Loading branch information
dergeberl committed Feb 25, 2022
1 parent 045c82c commit 44bed8b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
### base container image
FROM ubuntu:21.04 AS base
FROM ubuntu:21.10 AS base

MAINTAINER dergeberl

Expand All @@ -25,7 +25,6 @@ ENTRYPOINT ["sleep", "infinity"]
FROM base AS net

RUN apt update && \
apt upgrade -y && \
apt install -y --no-install-recommends \
socat \
tcpdump \
Expand All @@ -49,7 +48,6 @@ ENTRYPOINT ["sleep", "infinity"]
FROM base AS kubectl

RUN apt update && \
apt upgrade -y && \
apt install -y --no-install-recommends \
ca-certificates && \
curl https://packages.cloud.google.com/apt/doc/apt-key.gpg --output /etc/apt/trusted.gpg.d/k8s-apt-key.gpg && \
Expand Down

0 comments on commit 44bed8b

Please sign in to comment.