Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ stages:
dependsOn: HashBaseDependencies
imageName: data61/anonlink-app
# this part is still todo automated
dockerBuildArgs: "--build-arg VERSION=02a973ce02c96d24376c5770c0426ccb0958a0d59136a4f2fc11c8666c43062a"
dockerBuildArgs: "--build-arg VERSION=9e015cb563319b280895f786a9f3647c5e5e43a81966e85d0a8c0a2424f94fde"
#dockerBuildArgs: "--build-arg VERSION=$[dependencies.HashBaseDependencies.outputs['SetDockerBaseTag.DOCKER_BASE_TAG']]"

- stage: stage_docker_nginx_image_build
Expand Down
4 changes: 2 additions & 2 deletions base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN wget https://github.com/jwilder/dockerize/releases/download/$DOCKERIZE_VERSI
WORKDIR /var/www
ADD requirements.txt /var/www/requirements.txt
RUN apk add --no-cache \
python3=3.8.1-r0 \
python3=3.8.2-r0 \
libstdc++=9.2.0-r3 \
mpc1-dev=1.1.0-r1 \
yajl=2.1.0-r0 \
Expand All @@ -25,7 +25,7 @@ RUN apk add --no-cache \
ln -s /usr/bin/pip3 /usr/bin/pip && \
apk add --no-cache --virtual .build-deps \
g++=9.2.0-r3 \
python3-dev=3.8.1-r0 \
python3-dev=3.8.2-r0 \
yajl-dev=2.1.0-r0 \
postgresql-dev=12.2-r0 \
libffi-dev=3.2.1-r6 \
Expand Down