Skip to content

Commit 035d5ba

Browse files
committed
Upgrade to Debian Buster
1 parent 8e2286a commit 035d5ba

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

7/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM buildpack-deps:stretch
1+
FROM buildpack-deps:buster
22

33
RUN set -ex; \
44
if ! command -v gpg > /dev/null; then \

8/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM buildpack-deps:stretch
1+
FROM buildpack-deps:buster
22

33
RUN set -ex; \
44
if ! command -v gpg > /dev/null; then \

9/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM buildpack-deps:stretch
1+
FROM buildpack-deps:buster
22

33
RUN set -ex; \
44
if ! command -v gpg > /dev/null; then \

update.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22
set -Eeuo pipefail
33

4-
defaultDebianSuite='stretch'
4+
defaultDebianSuite='buster'
55
declare -A debianSuites=(
66
[6]='jessie'
77
[5]='jessie'

0 commit comments

Comments
 (0)