Use ubuntu as the base image instead of debian
This commit is contained in:
parent
d971b751b2
commit
0c64919245
1 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@
|
||||||
|
|
||||||
|
|
||||||
# Download, verify and unpack stage
|
# Download, verify and unpack stage
|
||||||
FROM docker.io/library/debian:12 as downloader
|
FROM docker.io/library/ubuntu:22.04 as downloader
|
||||||
|
|
||||||
RUN apt-get update -y \
|
RUN apt-get update -y \
|
||||||
&& DEBIAN_FRONTEND=noninteractive apt-get install -y curl gnupg git \
|
&& DEBIAN_FRONTEND=noninteractive apt-get install -y curl gnupg git \
|
||||||
|
@ -41,7 +41,7 @@ RUN set -ex \
|
||||||
|
|
||||||
|
|
||||||
# Runtime stage
|
# Runtime stage
|
||||||
FROM docker.io/library/debian:12-slim
|
FROM docker.io/library/ubuntu:22.04
|
||||||
|
|
||||||
LABEL maintainer="Foster Hangdaan <foster@hangdaan.email>"
|
LABEL maintainer="Foster Hangdaan <foster@hangdaan.email>"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue