Skip to content

Commit bdc2e88

Browse files
Use the latest version of tini
1 parent aeab4b0 commit bdc2e88

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
FROM composer:2.2
22

3-
ENV TINI_VERSION 0.19.0-r0
4-
5-
RUN apk add --no-cache tini=$TINI_VERSION tzdata
3+
RUN apk add --no-cache tini tzdata
64

75
ADD . /src/app/
86

0 commit comments

Comments
 (0)