Skip to content

Commit

Permalink
Use latest Ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorific committed Jan 20, 2024
1 parent 1d14724 commit 71b56d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hadolint/Containerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1
ARG CONTAINER_REGISTRY=docker.io
FROM $CONTAINER_REGISTRY/ubuntu:jammy-20231211.1 as base
FROM $CONTAINER_REGISTRY/ubuntu:jammy-20240111 as base
FROM base as download

SHELL ["/bin/bash", "-o", "pipefail", "-c"]
Expand Down

0 comments on commit 71b56d0

Please sign in to comment.