Skip to content

Commit

Permalink
back to buster
Browse files Browse the repository at this point in the history
  • Loading branch information
pauleve committed May 16, 2020
1 parent bd793f3 commit 87feb37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-wine/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM i386/debian:testing as builder
FROM i386/debian:buster as builder

ENV DEBIAN_FRONTEND noninteractive

Expand All @@ -24,7 +24,7 @@ COPY debian /usr/src/wine/debian
RUN debuild --no-lintian -us -uc -b -j7
RUN rm -v /usr/src/wine-$WINE_DIST-d*

FROM i386/debian:testing-slim
FROM i386/debian:buster-slim
ENV DEBIAN_FRONTEND noninteractive
ENV WINEARCH win32

Expand Down

0 comments on commit 87feb37

Please # to comment.