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 20, 2024
1 parent 75fd4d0 commit ef1cad0
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 ef1cad0

Please sign in to comment.