Skip to content

Commit

Permalink
Rebasing to Alpine 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
thelamer committed Jul 17, 2020
1 parent 9e36acd commit 4675ef6
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM lsiobase/alpine:3.11 as buildstage
FROM lsiobase/alpine:3.12 as buildstage
############## build stage ##############

# package version
Expand Down Expand Up @@ -92,7 +92,7 @@ RUN \
>> /tmp/znc/packages
############## runtime stage ##############

FROM lsiobase/alpine:3.11
FROM lsiobase/alpine:3.12

# set version label
ARG BUILD_DATE
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile.aarch64
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM lsiobase/alpine:arm64v8-3.11 as buildstage
FROM lsiobase/alpine:arm64v8-3.12 as buildstage
############## build stage ##############

# package version
Expand Down Expand Up @@ -92,7 +92,7 @@ RUN \
>> /tmp/znc/packages
############## runtime stage ##############

FROM lsiobase/alpine:arm64v8-3.11
FROM lsiobase/alpine:arm64v8-3.12

# set version label
ARG BUILD_DATE
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile.armhf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM lsiobase/alpine:arm32v7-3.11 as buildstage
FROM lsiobase/alpine:arm32v7-3.12 as buildstage
############## build stage ##############

# package version
Expand Down Expand Up @@ -92,7 +92,7 @@ RUN \
>> /tmp/znc/packages
############## runtime stage ##############

FROM lsiobase/alpine:arm32v7-3.11
FROM lsiobase/alpine:arm32v7-3.12

# set version label
ARG BUILD_DATE
Expand Down
1 change: 1 addition & 0 deletions readme-vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ app_setup_block: |
# changelog
changelogs:
- { date: "01.06.20:", desc: "Rebasing to alpine 3.12." }
- { date: "19.12.19:", desc: "Rebasing to alpine 3.11." }
- { date: "02.11.19:", desc: "Add znc-palaver module." }
- { date: "28.06.19:", desc: "Rebasing to alpine 3.10." }
Expand Down

0 comments on commit 4675ef6

Please sign in to comment.