Skip to content

Commit cb3e4dc

Browse files
authored
proxy_init: Upgrade base image (open-policy-agent#366)
The "focal" ubuntu image is about half as large as the one previously used. Signed-off-by: minhlhd <[email protected]>
1 parent 6a31625 commit cb3e4dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proxy_init/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu:xenial
1+
FROM ubuntu:focal
22

33
ADD ./proxy_init.sh /proxy_init.sh
44
RUN chmod 755 /proxy_init.sh

0 commit comments

Comments
 (0)