Skip to content

Commit

Permalink
Use latest ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorific committed Aug 5, 2023
1 parent 3aad767 commit c742dd6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions meshcmd/Containerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1
#syntax=docker/dockerfile:1
ARG CONTAINER_REGISTRY=docker.io
FROM $CONTAINER_REGISTRY/ubuntu:jammy-20230308 AS build
FROM $CONTAINER_REGISTRY/ubuntu:jammy-20230624 AS build

RUN <<EOF
apt-get update
Expand All @@ -24,7 +24,7 @@ RUN <<EOF
curl -o /tmp/meshcmd/meshcmd "$MESHCMD_URL"
EOF

FROM $CONTAINER_REGISTRY/ubuntu:jammy-20230308
FROM $CONTAINER_REGISTRY/ubuntu:jammy-20230624

LABEL \
org.opencontainers.image.source="https://github.com/boxcutter/oci" \
Expand Down

0 comments on commit c742dd6

Please sign in to comment.