1
0
Fork 0

Update BlockMap to 2.3.0

This commit is contained in:
Saibotk 2021-10-26 21:48:08 +02:00
parent 20a6276d5e
commit b08ec28974
Signed by: saibotk
GPG key ID: 67585F0065E261D5
2 changed files with 4 additions and 2 deletions

View file

@ -13,6 +13,8 @@ package:
image: quay.io/sheogorath/build-ah-engine:latest image: quay.io/sheogorath/build-ah-engine:latest
variables: variables:
LANG: C.UTF-8 LANG: C.UTF-8
tags:
- privileged
before_script: before_script:
- podman login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY - podman login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
script: script:

View file

@ -1,7 +1,7 @@
FROM docker.io/library/openjdk:17-alpine FROM docker.io/library/openjdk:17-alpine
ENV VERSION=2.2.1 ENV VERSION=2.3.0
ENV SHA1=c4ae4900d2b0dbc0744cfde21f5120cdd5c4ae8f ENV SHA1=c9bb6395a8d920dd0ce39ff985325390061c6ea2
RUN mkdir -p /opt/blockmap /input /output && \ RUN mkdir -p /opt/blockmap /input /output && \
apk add --update --no-cache su-exec binutils gettext libintl && \ apk add --update --no-cache su-exec binutils gettext libintl && \