Skip to content

Commit e0a5a79

Browse files
Merge pull request #208 from tulibraries/update-rancher-env
Update rancher environment and docker packages
2 parents 2124740 + af21a31 commit e0a5a79

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.docker/app/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ RUN apk add -U --no-cache \
2222
bash=5.2.37-r0 \
2323
busybox=1.37.0-r19 \
2424
gcompat=1.1.0-r4 \
25-
imagemagick=7.1.2.3-r0 \
25+
imagemagick=7.1.2.8-r0 \
2626
libxslt=1.1.43-r3 \
27-
postgresql16-client=16.10-r0 \
27+
postgresql16-client=16.11-r0 \
2828
sqlite=3.49.2-r1 \
2929
shared-mime-info=2.4-r6 \
3030
ssl_client=1.37.0-r19 \
@@ -37,7 +37,7 @@ RUN apk add -U --no-cache \
3737
libjpeg-turbo-dev=3.1.0-r0 \
3838
libxslt-dev=1.1.43-r3 \
3939
libxml2-dev=2.13.9-r0 \
40-
postgresql16-dev=16.10-r0 \
40+
postgresql16-dev=16.11-r0 \
4141
sqlite-dev=3.49.2-r1 \
4242
nodejs=22.16.0-r2 \
4343
yarn=1.22.22-r1 && \

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ tag:
4545
deploy:
4646
variables:
4747
IMAGE: $HARBOR/tulibraries/isilon-tracker
48-
RANCHER: rancher-np
48+
RANCHER: np-rancher
4949
CLUSTER: $DEV_CLUSTER
5050
stage: deploy
5151
extends: .helm_setup

0 commit comments

Comments
 (0)