Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Commit

Permalink
Merge pull request #3115 from dholbach/update-alpine
Browse files Browse the repository at this point in the history
Update alpine and git version
  • Loading branch information
Daniel Holbach committed Jun 5, 2020
2 parents f42a15e + 9f06ba2 commit 8c36b92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile.flux
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM alpine:3.11
FROM alpine:3.12

WORKDIR /home/flux

RUN apk add --no-cache openssh-client ca-certificates tini 'git>=2.12.0' 'gnutls>=3.6.7' 'glib>=2.62.5-r0' gnupg gawk socat
RUN apk add --no-cache openssh-client ca-certificates tini 'git>=2.24.2' 'gnutls>=3.6.7' 'glib>=2.62.5-r0' gnupg gawk socat
RUN apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/testing git-secret

# Add git hosts to known hosts file so we can use
Expand Down

0 comments on commit 8c36b92

Please sign in to comment.