Skip to content

Commit ac02b49

Browse files
committed
remove 3.10 apk repo
1 parent 43210ec commit ac02b49

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ ENV PHP_OPCACHE_VALIDATE_TIMESTAMPS="0" \
99
RUN apk info \
1010
&& echo @edge http://nl.alpinelinux.org/alpine/edge/community >> /etc/apk/repositories \
1111
&& echo @edge http://nl.alpinelinux.org/alpine/edge/main >> /etc/apk/repositories \
12-
&& echo @3.10 http://dl-cdn.alpinelinux.org/alpine/v3.10/main >> /etc/apk/repositories \
1312
&& apk update \
1413
&& apk upgrade \
1514
&& apk add --no-cache --virtual .build-deps \

0 commit comments

Comments
 (0)