Skip to content

Commit

Permalink
Revert "chore(deps): update ubuntu docker tag to v24"
Browse files Browse the repository at this point in the history
  • Loading branch information
rito528 authored Jun 28, 2024
1 parent 185a5c0 commit 42de247
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1.8
FROM ubuntu:24.04 as init
FROM ubuntu:22.04 as init

COPY --link / /work/

Expand All @@ -13,7 +13,7 @@ esac

RUN chmod +x /seichi-portal-backend

FROM ubuntu:24.04
FROM ubuntu:22.04
LABEL org.opencontainers.image.source=https://github.com/GiganticMinecraft/seichi-portal-backend

COPY --from=init /seichi-portal-backend /seichi-portal-backend
Expand Down

0 comments on commit 42de247

Please sign in to comment.