File tree 4 files changed +4
-4
lines changed
gh-runner-mig-container-vm-dind
gh-runner-mig-container-vm-simple
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 13
13
# limitations under the License.
14
14
# Download and verify the integrity of the download first
15
15
16
- FROM ubuntu:22 .04
16
+ FROM ubuntu:24 .04
17
17
RUN apt-get update && \
18
18
apt-get -y install apt-transport-https \
19
19
ca-certificates \
Original file line number Diff line number Diff line change 13
13
# limitations under the License.
14
14
# Download and verify the integrity of the download first
15
15
16
- FROM ubuntu:22 .04
16
+ FROM ubuntu:24 .04
17
17
18
18
RUN apt-get update && \
19
19
apt-get -y install curl \
Original file line number Diff line number Diff line change 13
13
# limitations under the License.
14
14
# Download and verify the integrity of the download first
15
15
16
- FROM ubuntu:22 .04
16
+ FROM ubuntu:24 .04
17
17
RUN apt-get update && \
18
18
apt-get -y install apt-transport-https \
19
19
ca-certificates \
Original file line number Diff line number Diff line change 13
13
# limitations under the License.
14
14
# Download and verify the integrity of the download first
15
15
16
- FROM ubuntu:22 .04
16
+ FROM ubuntu:24 .04
17
17
18
18
RUN apt-get update && \
19
19
apt-get -y install curl \
You can’t perform that action at this time.
0 commit comments