File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 55# https://sourcegraph.com/search?q=context:global+%23+syntax%3Ddocker/dockerfile:(.*)&patternType=regexp&sm=0&expanded=&groupBy=group
66
77# Using Ubuntu LTS
8- FROM ubuntu:22.04 as base
8+ FROM ubuntu:22.04 AS base
99
1010# Avoid stuck build due to user prompt
1111ARG DEBIAN_FRONTEND=noninteractive
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ services:
77
88 repo-converter :
99 container_name : repo-converter
10- image : ghcr.io/sourcegraph/implementation-bridge-repo-converter:latest
10+ image : ghcr.io/sourcegraph/implementation-bridge-repo-converter:main
1111 volumes :
1212 - ../config/repos-to-convert.yaml:/sourcegraph/repos-to-convert.yaml:ro
1313 - ../config/toprc:/root/.config/procps/toprc
You can’t perform that action at this time.
0 commit comments