Skip to content

Commit b820bd9

Browse files
committed
Switching customer to main branch
1 parent 4f27157 commit b820bd9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

repo-converter/build/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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
1111
ARG DEBIAN_FRONTEND=noninteractive

repo-converter/docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)