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] authored Nov 26, 2024
1 parent 519182d commit ed7c30c
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,4 +1,4 @@
FROM ubuntu:22.04 as base
FROM ubuntu:24.04 as base
ARG TARGETPLATFORM
COPY . /tmp
WORKDIR /tmp
Expand All @@ -14,7 +14,7 @@ RUN case $TARGETPLATFORM in \
mv /tmp/$BUILD/atm0s-sdn-standalone-$BUILD /atm0s-sdn-standalone; \
chmod +x /atm0s-sdn-standalone

FROM ubuntu:22.04
FROM ubuntu:24.04

COPY --from=base /atm0s-sdn-standalone /atm0s-sdn-standalone

Expand Down

0 comments on commit ed7c30c

Please sign in to comment.