rebasing to alpine 3.12 (#9)

This commit is contained in:
Ryan Kuba 2020-06-06 14:59:19 -07:00 committed by GitHub
parent 8a3c258bcf
commit 2cb8528bbe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 8 additions and 6 deletions

View File

@ -1,4 +1,4 @@
FROM lsiobase/alpine:3.11
FROM lsiobase/alpine:3.12
# set version label
ARG BUILD_DATE
@ -16,7 +16,7 @@ RUN \
libsass-dev \
make \
nodejs-npm \
python \
python2 \
tar && \
echo "**** install runtime packages ****" && \
apk add --no-cache \

View File

@ -1,4 +1,4 @@
FROM lsiobase/alpine:arm64v8-3.11
FROM lsiobase/alpine:arm64v8-3.12
# set version label
ARG BUILD_DATE
@ -16,7 +16,7 @@ RUN \
libsass-dev \
make \
nodejs-npm \
python \
python2 \
tar && \
echo "**** install runtime packages ****" && \
apk add --no-cache \

View File

@ -1,4 +1,4 @@
FROM lsiobase/alpine:arm32v7-3.11
FROM lsiobase/alpine:arm32v7-3.12
# set version label
ARG BUILD_DATE
@ -16,7 +16,7 @@ RUN \
libsass-dev \
make \
nodejs-npm \
python \
python2 \
tar && \
echo "**** install runtime packages ****" && \
apk add --no-cache \

View File

@ -223,6 +223,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
## Versions
* **02.06.20:** - Rebasing to alpine 3.11.
* **19.12.19:** - Rebasing to alpine 3.11.
* **28.06.19:** - Rebasing to alpine 3.10.
* **01.06.19:** - Initial Release.

View File

@ -42,6 +42,7 @@ app_setup_block: |
# changelog
changelogs:
- { date: "02.06.20:", desc: "Rebasing to alpine 3.11." }
- { date: "19.12.19:", desc: "Rebasing to alpine 3.11." }
- { date: "28.06.19:", desc: "Rebasing to alpine 3.10." }
- { date: "01.06.19:", desc: "Initial Release." }