Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
Switch Ubuntu base image to 22.04 from 20.04
Browse files Browse the repository at this point in the history
Signed-off-by: Satyam Zode <[email protected]>
  • Loading branch information
satyamz committed Nov 3, 2023
1 parent d609113 commit a9fa3fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:20.04 as build
FROM ubuntu:22.04 as build

LABEL maintainer="SDF Ops Team <[email protected]>"

Expand Down

0 comments on commit a9fa3fb

Please sign in to comment.