mirror of
https://github.com/cwinfo/powerdns-admin.git
synced 2024-11-09 23:20:27 +00:00
commit
58f3c241b4
12
.whitesource
Normal file
12
.whitesource
Normal file
@ -0,0 +1,12 @@
|
||||
{
|
||||
"scanSettings": {
|
||||
"baseBranches": []
|
||||
},
|
||||
"checkRunSettings": {
|
||||
"vulnerableCheckRunConclusionLevel": "failure",
|
||||
"displayMode": "diff"
|
||||
},
|
||||
"issueSettings": {
|
||||
"minSeverityLevel": "LOW"
|
||||
}
|
||||
}
|
@ -1,4 +1,4 @@
|
||||
FROM alpine:3.11 AS builder
|
||||
FROM alpine:3.12 AS builder
|
||||
LABEL maintainer="k@ndk.name"
|
||||
|
||||
ARG BUILD_DEPENDENCIES="build-base \
|
||||
@ -17,8 +17,7 @@ ENV LC_ALL=en_US.UTF-8 \
|
||||
FLASK_APP=/build/powerdnsadmin/__init__.py
|
||||
|
||||
# Get dependencies
|
||||
RUN apk add --no-cache ${BUILD_DEPENDENCIES} && \
|
||||
ln -s /usr/bin/pip3 /usr/bin/pip
|
||||
RUN apk add --no-cache ${BUILD_DEPENDENCIES}
|
||||
|
||||
WORKDIR /build
|
||||
|
||||
@ -72,7 +71,7 @@ RUN pip install pip-autoremove && \
|
||||
|
||||
|
||||
# Build image
|
||||
FROM alpine:3.11
|
||||
FROM alpine:3.12
|
||||
|
||||
ENV FLASK_APP=/app/powerdnsadmin/__init__.py
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user