Skip to content

Commit a0b00a8

Browse files
committed
Bump github actions and Dockerize
1 parent 38ca917 commit a0b00a8

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ jobs:
2323
distribution: 'temurin'
2424

2525
- name: Setup Gradle
26-
uses: gradle/actions/setup-gradle@v4
26+
uses: gradle/actions/setup-gradle@v5
2727

2828
- name: Run build with Gradle Wrapper
2929
run: ./gradlew build -x integrationTest
3030

3131
- name: Upload war
32-
uses: actions/upload-artifact@v4
32+
uses: actions/upload-artifact@v5
3333
with:
3434
name: package
3535
path: build/libs

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ RUN chmod 755 /data/spatial-data/modelling/maxent/maxent.jar
4040

4141
COPY build/libs/spatial-service-*.war $CATALINA_HOME/webapps/ws.war
4242

43-
ENV DOCKERIZE_VERSION=v0.9.6
43+
ENV DOCKERIZE_VERSION=v0.9.7
4444

4545
RUN apt-get update \
4646
&& apt-get install -y wget \

0 commit comments

Comments
 (0)