Skip to content
This repository has been archived by the owner on Sep 7, 2024. It is now read-only.

did not delete in original areas #1

Closed
wants to merge 17 commits into from
2 changes: 1 addition & 1 deletion libnss-aad/ubuntu/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:18.04
FROM ubuntu:20.04
ARG VERSION
ARG DEBVER

Expand Down
2 changes: 1 addition & 1 deletion openvpn-auth-aad/debian/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM aad-for-linux/pam_aad:debian
FROM openvpn_auth_aad/debian/Dockerfile
oxr463 marked this conversation as resolved.
Show resolved Hide resolved
ARG VERSION
ARG DEBVER

Expand Down
4 changes: 2 additions & 2 deletions pam_aad/debian/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM debian:9.7
FROM pam_aad/debian/Dockerfile
oxr463 marked this conversation as resolved.
Show resolved Hide resolved
ARG VERSION
ARG DEBVER

RUN echo "deb http://http.us.debian.org/debian sid main" \
RUN echo "deb http://http.us.debian.org/debian bullseye main" \
>> /etc/apt/sources.list && \
apt update && apt install -y \
automake \
Expand Down
2 changes: 1 addition & 1 deletion pam_aad/ubuntu/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:18.04
FROM ubuntu:20.04
ARG VERSION
ARG DEBVER

Expand Down