'update files with ansible'
This commit is contained in:
parent
2405aaa735
commit
d9695cb6f7
@ -1,5 +1,5 @@
|
|||||||
# Base on latest (edge) alpine image
|
# Base on latest (edge) alpine image
|
||||||
FROM harbor.ervine.dev/public/x86_64/alpine:v3.15.4
|
FROM harbor.ervine.dev/public/x86_64/alpine:v3.16.2
|
||||||
|
|
||||||
LABEL maintainer="Jonathan Ervine docker@ervine.org"
|
LABEL maintainer="Jonathan Ervine docker@ervine.org"
|
||||||
|
|
||||||
@ -12,6 +12,7 @@ ENV LANG='en_US.UTF-8' \
|
|||||||
|
|
||||||
RUN echo http://dl-4.alpinelinux.org/alpine/edge/testing >> /etc/apk/repositories && \
|
RUN echo http://dl-4.alpinelinux.org/alpine/edge/testing >> /etc/apk/repositories && \
|
||||||
apk -U update && \
|
apk -U update && \
|
||||||
|
apk -U upgrade --ignore alpine-baselayout && \
|
||||||
apk -U add libmediainfo ca-certificates mono zip curl libgdiplus && \
|
apk -U add libmediainfo ca-certificates mono zip curl libgdiplus && \
|
||||||
apk del make gcc g++ && \
|
apk del make gcc g++ && \
|
||||||
cert-sync /etc/ssl/certs/ca-certificates.crt && \
|
cert-sync /etc/ssl/certs/ca-certificates.crt && \
|
||||||
|
|||||||
@ -14,7 +14,7 @@ type: application
|
|||||||
|
|
||||||
# This is the chart version. This version number should be incremented each time you make changes
|
# This is the chart version. This version number should be incremented each time you make changes
|
||||||
# to the chart and its templates, including the app version.
|
# to the chart and its templates, including the app version.
|
||||||
version: 0.4.4
|
version: 0.5.0
|
||||||
|
|
||||||
# This is the version number of the application being deployed. This version number should be
|
# This is the version number of the application being deployed. This version number should be
|
||||||
# incremented each time you make changes to the application.
|
# incremented each time you make changes to the application.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user