Skip to content

Commit

Permalink
chore(deps): update ubuntu docker tag to v24
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 21, 2024
1 parent f429b14 commit 4ae855a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ COPY ./Makefile ./Makefile
RUN apk add --no-cache make gcc musl-dev
RUN make server/dist

FROM ubuntu:22.04
FROM ubuntu:24.04
WORKDIR /root/

RUN apt update
Expand Down

0 comments on commit 4ae855a

Please sign in to comment.