Skip to content

Commit f5af2bc

Browse files
committed
Update to Ubuntu 22.04 for newer libraries
1 parent 6272d8b commit f5af2bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
FROM debian:bullseye-slim
1+
FROM ubuntu:22.04
22
LABEL maintainer "Dave Curylo <[email protected]>, Michael Hendricks <[email protected]>"
33
RUN apt-get update && \
44
apt-get install -y --no-install-recommends \
55
libarchive13 \
66
libtcmalloc-minimal4 \
77
libgmp10 \
88
libossp-uuid16 \
9-
libssl1.1 \
9+
libssl3 \
1010
ca-certificates \
1111
libpcre3 \
1212
libpcre2-8-0 \

0 commit comments

Comments
 (0)