Skip to content

Commit

Permalink
Update vertica server image to ubuntu focal-20220801 (#245)
Browse files Browse the repository at this point in the history
Increase the Vertica server base image to the latest Ubuntu (focal-20220801) to
resolve some security vulnerabilities.
  • Loading branch information
spilchen authored Aug 12, 2022
1 parent a347e6e commit 2e3d00c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions changes/unreleased/Changed-20220812-082810.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
kind: Changed
body: Update server container base image to Ubuntu focal-20220801
time: 2022-08-12T08:28:10.182187973-03:00
custom:
Issue: "245"
2 changes: 1 addition & 1 deletion docker-vertica/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Copyright (c) 2021 Vertica
#

ARG BASE_OS_VERSION="focal-20220316"
ARG BASE_OS_VERSION="focal-20220801"
ARG BUILDER_OS_VERSION="7.9.2009"
FROM centos:centos${BUILDER_OS_VERSION} as builder

Expand Down

0 comments on commit 2e3d00c

Please sign in to comment.