Bump macOS client version to 0.20.5
This commit is contained in:
@@ -8,6 +8,7 @@ RUN npm ci
|
||||
COPY index.html vite.config.js ./
|
||||
COPY src/web ./src/web
|
||||
COPY src/shared ./src/shared
|
||||
COPY monitoring/grafana/harbor-gateway.json ./monitoring/grafana/harbor-gateway.json
|
||||
RUN npm run build
|
||||
|
||||
FROM ${RUNTIME_IMAGE}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
export const HARBOR_VERSIONS = Object.freeze({
|
||||
macClient: '0.20.4',
|
||||
macClient: '0.20.5',
|
||||
gatewayClient: '0.21.3',
|
||||
gatewayBackend: '0.21.1',
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user