Skip to content

Commit

Permalink
Update ubuntu Docker tag to v24 (#33)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 23, 2024
1 parent 01e3980 commit f1450e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion repo-converter/build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# https://sourcegraph.com/search?q=context:global+%23+syntax%3Ddocker/dockerfile:(.*)&patternType=regexp&sm=0&expanded=&groupBy=group

# Using Ubuntu LTS
FROM ubuntu:22.04 as base
FROM ubuntu:24.04@sha256:562456a05a0dbd62a671c1854868862a4687bf979a96d48ae8e766642cd911e8 as base

# Avoid stuck build due to user prompt
ARG DEBIAN_FRONTEND=noninteractive
Expand Down

0 comments on commit f1450e9

Please sign in to comment.