Skip to content

Commit

Permalink
⬆️ Upgrades Alpine to 3.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck committed Aug 21, 2019
1 parent 20d7d01 commit ccdc1db
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ variables:
ADDON_PUBLISH: "false"
ADDON_QEMU: "true"

ADDON_AARCH64_BASE: "arm64v8/alpine:3.10.1"
ADDON_AMD64_BASE: "amd64/alpine:3.10.1"
ADDON_ARMHF_BASE: "arm32v6/alpine:3.10.1"
ADDON_ARMV7_BASE: "arm32v7/alpine:3.10.1"
ADDON_I386_BASE: "i386/alpine:3.10.1"
ADDON_AARCH64_BASE: "arm64v8/alpine:3.10.2"
ADDON_AMD64_BASE: "amd64/alpine:3.10.2"
ADDON_ARMHF_BASE: "arm32v6/alpine:3.10.2"
ADDON_ARMV7_BASE: "arm32v7/alpine:3.10.2"
ADDON_I386_BASE: "i386/alpine:3.10.2"
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=alpine:3.10.1
ARG BUILD_FROM=alpine:3.10.2
# hadolint ignore=DL3006
FROM ${BUILD_FROM}

Expand Down

0 comments on commit ccdc1db

Please sign in to comment.