Skip to content

Commit a72e50b

Browse files
committed
Update base image to gcc:bullseye
Update to GCC 11 on Debian 11 Bullseye as the base image.
1 parent 332a9cc commit a72e50b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM gcc:6
1+
FROM gcc:bullseye as build
22

33
WORKDIR /usr/local/src
44
COPY . /usr/local/src/hdt-cpp/

0 commit comments

Comments
 (0)