Skip to content

Commit

Permalink
cheange vversion
Browse files Browse the repository at this point in the history
Signed-off-by: Jess Frazelle <[email protected]>
  • Loading branch information
jessfraz committed May 15, 2020
1 parent 47ee831 commit e3b946b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lkp-tests/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM debian:bullseye-slim
FROM debian:buster-slim
LABEL maintainer "Jessie Frazelle <[email protected]>"

ENV DEBIAN_FRONTEND noninteractive
Expand Down
4 changes: 1 addition & 3 deletions oauth2-proxy/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.12-alpine as builder
FROM golang:alpine as builder
LABEL maintainer "Jessie Frazelle <[email protected]>"

RUN apk --no-cache add \
Expand All @@ -10,8 +10,6 @@ ENV GOPATH /go

ENV OAUTH2_PROXY_VERSION v5.1.1

RUN go get github.com/golang/dep/cmd/dep

RUN go get github.com/pusher/oauth2_proxy || true \
&& cd /go/src/github.com/pusher/oauth2_proxy \
&& git checkout "${OAUTH2_PROXY_VERSION}" \
Expand Down
3 changes: 1 addition & 2 deletions weechat-matrix/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,13 @@ RUN apk add --no-cache \
git \
libffi-dev \
libressl-dev \
olm-dev \
python \
python-dev \
py2-pip \
weechat \
weechat-perl \
weechat-python \
--repository https://dl-4.alpinelinux.org/alpine/edge/testing
--repository https://dl-4.alpinelinux.org/alpine/edge/community

ENV HOME /home/user

Expand Down

0 comments on commit e3b946b

Please sign in to comment.