Skip to content

Commit

Permalink
tests/docker: Change base image base to focal
Browse files Browse the repository at this point in the history
kinetic reached eol
ref
https://wiki.ubuntu.com/Releases
  • Loading branch information
gousteris committed Sep 12, 2023
1 parent 2400a6d commit cda740b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
FROM public.ecr.aws/docker/library/ubuntu:kinetic-20230412 as base
FROM public.ecr.aws/docker/library/ubuntu:focal-20230801 as base

ENV TZ="UTC" \
DEBIAN_FRONTEND=noninteractive
Expand Down

0 comments on commit cda740b

Please sign in to comment.