Skip to content

Commit

Permalink
Pin base container image to Ubuntu 24.04
Browse files Browse the repository at this point in the history
Signed-off-by: Marcus Noble <[email protected]>
  • Loading branch information
AverageMarcus committed Aug 29, 2024
1 parent 71c6913 commit 1f9d1a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/capi/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

ARG BASE_IMAGE=docker.io/library/ubuntu:latest
ARG BASE_IMAGE=docker.io/library/ubuntu:24.04
FROM $BASE_IMAGE

RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y \
Expand Down

0 comments on commit 1f9d1a1

Please sign in to comment.