File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- FROM osgeo/gdal:ubuntu-small-3.6.1
1+ FROM ghcr.io/ osgeo/gdal:ubuntu-small-3.7.0
22
33ENV NODE_ENV=PRODUCTION
44
Original file line number Diff line number Diff line change @@ -50,8 +50,8 @@ export class GdalDocker extends GdalCommand {
5050
5151 /** this could contain sensitive info like AWS access keys */
5252 private async getDockerArgs ( ) : Promise < string [ ] > {
53- const DOCKER_CONTAINER = Env . get ( Env . Gdal . DockerContainer ) ?? 'osgeo/gdal' ;
54- const DOCKER_CONTAINER_TAG = Env . get ( Env . Gdal . DockerContainerTag ) ?? 'ubuntu-small-3.6.1 ' ;
53+ const DOCKER_CONTAINER = Env . get ( Env . Gdal . DockerContainer ) ?? 'ghcr.io/ osgeo/gdal' ;
54+ const DOCKER_CONTAINER_TAG = Env . get ( Env . Gdal . DockerContainerTag ) ?? 'ubuntu-small-3.7.0 ' ;
5555 const userInfo = os . userInfo ( ) ;
5656 const credentials = await this . getCredentials ( ) ;
5757 return [
You can’t perform that action at this time.
0 commit comments