3.12
This commit is contained in:
parent
74c942a52a
commit
642227d8a8
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
FROM alpine:3.11.6 AS build
|
||||
FROM alpine:3.12 AS build
|
||||
RUN apk add --no-cache tzdata
|
||||
|
||||
FROM alpine:3.11.6
|
||||
FROM alpine:3.12
|
||||
MAINTAINER "f <f@sutty.nl>"
|
||||
|
||||
# TODO: We don't want to receive lots of email, so we'll change this to
|
||||
|
@ -25,7 +25,7 @@ RUN chmod 600 /etc/monitrc
|
|||
EXPOSE 2812
|
||||
|
||||
# Sutty's repository
|
||||
RUN echo 'https://alpine.sutty.nl/alpine/v3.11/sutty' >> /etc/apk/repositories
|
||||
RUN echo 'https://alpine.sutty.nl/alpine/v3.12/sutty' >> /etc/apk/repositories
|
||||
RUN wget https://alpine.sutty.nl/alpine/sutty.pub -O /etc/apk/keys/sutty.pub
|
||||
|
||||
# Use tini as init
|
||||
|
|
Loading…
Reference in a new issue