Skip to content

Commit

Permalink
Merge pull request #1552 from giantswarm/pin_base_image
Browse files Browse the repository at this point in the history
Pin base container image to Ubuntu 24.04
  • Loading branch information
k8s-ci-robot authored Aug 29, 2024
2 parents 74c078a + 1f9d1a1 commit 5cc80dc
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 5cc80dc

Please sign in to comment.