Skip to content

Commit

Permalink
⬆️ Upgrades Debian Buster to 20210621 (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck committed Jul 2, 2021
1 parent 15cfd6c commit f75d4a0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion base/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BUILD_FROM=debian:buster-20210511-slim
ARG BUILD_FROM=debian:buster-20210621-slim
# hadolint ignore=DL3006
FROM ${BUILD_FROM}

Expand Down
10 changes: 5 additions & 5 deletions base/build.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"build_from": {
"aarch64": "arm64v8/debian:buster-20210511-slim",
"amd64": "amd64/debian:buster-20210511-slim",
"armhf": "arm32v5/debian:buster-20210511-slim",
"armv7": "arm32v7/debian:buster-20210511-slim",
"i386": "i386/debian:buster-20210511-slim"
"aarch64": "arm64v8/debian:buster-20210621-slim",
"amd64": "amd64/debian:buster-20210621-slim",
"armhf": "arm32v5/debian:buster-20210621-slim",
"armv7": "arm32v7/debian:buster-20210621-slim",
"i386": "i386/debian:buster-20210621-slim"
}
}

0 comments on commit f75d4a0

Please sign in to comment.