Skip to content

Commit

Permalink
chore: bump dockerfile base image to ubuntu:22.04 (#214)
Browse files Browse the repository at this point in the history
  • Loading branch information
Peefy committed Jan 6, 2023
1 parent 7be555e commit ff3be99
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ COPY / /src
WORKDIR /src
RUN --mount=type=cache,target=/go/pkg --mount=type=cache,target=/root/.cache/go-build make build-local-linux

FROM ubuntu:20.04 AS base
FROM ubuntu:22.04 AS base
# Install KCL Dependencies
RUN apt-get update -y && apt-get install python3 python3-pip -y
# KCL PATH
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile_kusionctl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:20.04
FROM ubuntu:22.04

COPY _build/bundles/kusion-linux/bin/kusion /kusion/bin/

Expand Down

0 comments on commit ff3be99

Please sign in to comment.