Skip to content

Commit

Permalink
[#3692] Update ubuntu image to 22.04
Browse files Browse the repository at this point in the history
### What is the feature/fix?

https://app.asana.com/0/1203637156732418/1205184590424451/f

### Add screenshot or video (optional)

** Any screenshot or video capture using the feature **

### Does it has a breaking change?

** Describe the changes and if it has any breaking changes in any feature **

### How to use/test it?

** Describe how to test or use the feature **

### Checklist
- [ ] New coverage tests
- [ ] Unit tests passing
- [ ] E2E tests passing
- [ ] E2E downgrade/update test passing
- [ ] Documentation updated
- [ ] No warnings or errors on Deepsource/Codecov
  • Loading branch information
nightfury1204 committed Aug 15, 2023
1 parent 1ffc7ab commit 94a30c3
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 @@ -61,7 +61,7 @@ RUN make package build compress

## production ##################################################################

FROM ubuntu:18.04
FROM ubuntu:22.04

ARG DOCKER_ARCH=x86_64
ARG KUBECTL_ARCH=amd64
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.arm
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN make package build compress

## production ##################################################################

FROM ubuntu:18.04
FROM ubuntu:22.04

ARG DOCKER_ARCH=aarch64
ARG KUBECTL_ARCH=arm64
Expand Down

0 comments on commit 94a30c3

Please sign in to comment.