mirror of
https://github.com/Retropex/dockerfile-deps.git
synced 2025-05-13 08:50:42 +02:00
update to buster
This commit is contained in:
parent
db06f2d941
commit
3d37e81fb4
@ -1,4 +1,4 @@
|
|||||||
FROM debian:stretch-slim as builder
|
FROM debian:buster-slim as builder
|
||||||
|
|
||||||
RUN set -ex \
|
RUN set -ex \
|
||||||
&& apt-get update \
|
&& apt-get update \
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# Use manifest image which support all architecture
|
# Use manifest image which support all architecture
|
||||||
FROM debian:stretch-slim as builder
|
FROM debian:buster-slim as builder
|
||||||
|
|
||||||
RUN set -ex \
|
RUN set -ex \
|
||||||
&& apt-get update \
|
&& apt-get update \
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# Use manifest image which support all architecture
|
# Use manifest image which support all architecture
|
||||||
FROM debian:stretch-slim as builder
|
FROM debian:buster-slim as builder
|
||||||
|
|
||||||
RUN set -ex \
|
RUN set -ex \
|
||||||
&& apt-get update \
|
&& apt-get update \
|
||||||
|
Loading…
Reference in New Issue
Block a user