Skip to content

Commit 376858a

Browse files
authored
Merge pull request #11 from linuxserver/alpine_3.7
bump alpine 3.7
2 parents 1cf26fa + 68256d0 commit 376858a

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
FROM lsiobase/alpine.nginx:3.6
2-
MAINTAINER sparklyballs
1+
FROM lsiobase/alpine.nginx:3.7
32

43
# set version label
54
ARG BUILD_DATE
65
ARG VERSION
76
LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}"
7+
LABEL maintainer="sparklyballs"
88

9-
# install packages
109
RUN \
10+
echo "**** install packages ****" && \
1111
apk add --no-cache \
1212
curl \
1313
imagemagick \

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ http://192.168.x.x:8080 would show you what's running INSIDE the container on po
4747
* `-e PUID` for UserID - see below for explanation
4848
* `-e TZ` for setting timezone information, eg Europe/London
4949

50-
It is based on phusion-baseimage with ssh removed, for shell access whilst the container is running do `docker exec -it piwigo /bin/bash`.
50+
It is based on alpine linux with s6 overlay, for shell access whilst the container is running do `docker exec -it piwigo /bin/bash`.
5151

5252
### User / Group Identifiers
5353

@@ -85,6 +85,7 @@ The easiest way to edit the configuration file is to enable local files editor f
8585

8686
## Versions
8787

88+
+ **25.01.18:** Rebase to alpine linux 3.7.
8889
+ **25.05.17:** Rebase to alpine linux 3.6.
8990
+ **03.05.17:** Use repo pinning to better solve dependencies, use repo version of php7-imagick.
9091
+ **20.04.17:** Add php7-exif package, thanks iiska

0 commit comments

Comments
 (0)