File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 2020-07-29-r8 (2021/03/04)
4
+
5
+ * Renamed ` yasu ` (more info https://github.com/crazy-max/yasu#yet-another )
6
+
3
7
## 2020-07-29-r7 (2021/03/02)
4
8
5
9
* Switch to ` gosu `
Original file line number Diff line number Diff line change 1
1
ARG DOKUWIKI_VERSION="2020-07-29"
2
2
ARG DOKUWIKI_MD5="8867b6a5d71ecb5203402fe5e8fa18c9"
3
3
4
- FROM crazymax/gosu :latest AS gosu
4
+ FROM crazymax/yasu :latest AS yasu
5
5
FROM crazymax/alpine-s6:3.12-2.1.0.2
6
6
LABEL maintainer="CrazyMax"
7
7
8
- COPY --from=gosu / /
8
+ COPY --from=yasu / /
9
9
RUN apk --update --no-cache add \
10
10
curl \
11
11
imagemagick \
Original file line number Diff line number Diff line change 1
1
#! /usr/bin/with-contenv sh
2
2
3
3
runas_user () {
4
- gosu dokuwiki:dokuwiki " $@ "
4
+ yasu dokuwiki:dokuwiki " $@ "
5
5
}
6
6
7
7
TZ=${TZ:- UTC}
You can’t perform that action at this time.
0 commit comments