Skip to content

Commit

Permalink
Bump Ubuntu to 24.04 for Docker images
Browse files Browse the repository at this point in the history
Signed-off-by: Antonin Bas <antonin.bas@broadcom.com>
  • Loading branch information
antoninbas committed Sep 12, 2024
1 parent a5e552a commit f6fc368
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/images/Dockerfile.build.collector
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ COPY . /go-ipfix

RUN make collector

FROM ubuntu:22.04
FROM ubuntu:24.04

LABEL maintainer="go-ipfix"
LABEL description="A Docker image based on Ubuntu 18.04 which contains a IPFIX collector"
Expand Down
2 changes: 1 addition & 1 deletion build/images/Dockerfile.build.consumer
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ COPY . /go-ipfix

RUN make consumer

FROM ubuntu:22.04
FROM ubuntu:24.04

LABEL maintainer="go-ipfix"
LABEL description="A Docker image based on Ubuntu 18.04 which contains a Kafka consumer"
Expand Down

0 comments on commit f6fc368

Please sign in to comment.