Skip to content

Commit

Permalink
Bump ubuntu from 22.04 to 24.04 in the all group
Browse files Browse the repository at this point in the history
Bumps the all group with 1 update: ubuntu.


Updates `ubuntu` from 22.04 to 24.04

---
updated-dependencies:
- dependency-name: ubuntu
  dependency-type: direct:production
  dependency-group: all
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jun 1, 2024
1 parent 65eb77e commit dd3266c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Cannot use alpine because it uses musl instead of glibc and musl doesn't have "backtrace"
# https://github.com/openalpr/openalpr/issues/566#issuecomment-348205549
FROM ubuntu:22.04 as compiler
FROM ubuntu:24.04 as compiler
LABEL maintainer="Artis3n <dev@artis3nal.com>"

ARG INSTALLATION_ROOT=/app
Expand Down Expand Up @@ -58,7 +58,7 @@ RUN mkdir /app \
&& make install

# Now that the image is compiled, we can remove most of the image size bloat
FROM ubuntu:22.04 as app
FROM ubuntu:24.04 as app
LABEL maintainer="Artis3n <dev@artis3nal.com>"

ARG DEBIAN_FRONTEND=noninteractive
Expand Down

0 comments on commit dd3266c

Please sign in to comment.