Skip to content

Commit 98789fd

Browse files
committed
Merge branch 'bump-container' into 'master'
Bump container to latest Debian See merge request docker/wp-org-plugin-deploy!4
2 parents 9d5724b + fda58c7 commit 98789fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

context/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
FROM debian:stretch-slim
1+
FROM debian:bullseye-slim
22

33
LABEL maintainer="ethitter"
44
LABEL version="1.0"
55

6-
RUN echo "deb http://security.debian.org/ stretch/updates main" >> /etc/apt/sources.list
6+
RUN echo "deb http://security.debian.org/debian-security bullseye-security main contrib non-free" >> /etc/apt/sources.list
77

88
RUN apt-get update \
99
&& apt-get -y --no-install-recommends install \

0 commit comments

Comments
 (0)