Skip to content

Commit

Permalink
update dockerfile base image to ubuntu22.04 (labring#3740)
Browse files Browse the repository at this point in the history
Signed-off-by: willzhang [email protected]

Signed-off-by: willzhang [email protected]
Signed-off-by: willzhang <[email protected]>
Co-authored-by: Your Name <[email protected]>
  • Loading branch information
willzhang and Your Name authored Aug 23, 2023
1 parent a0b021c commit 6e3eba5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/sealos/Dockerfile.main
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:18.04
FROM ubuntu:22.04
ARG TARGETARCH

WORKDIR /usr/bin/
Expand Down
2 changes: 1 addition & 1 deletion docker/sealos/Dockerfile.release
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:18.04
FROM ubuntu:22.04

COPY sealos /usr/bin/

Expand Down

0 comments on commit 6e3eba5

Please sign in to comment.