Skip to content

Commit b91b4d1

Browse files
committed
[feat] update release
1 parent b54e9c7 commit b91b4d1

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
postgres-data/
2+
docker-compose.yml
File renamed without changes.

docker_images/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ RUN wget -q https://github.com/sbt/sbt/releases/download/v${SBT_VERSION}/sbt-${S
3636

3737
## Defining the RELEASE down here ensures that the previous comamnds can
3838
## be recycled since they're not affected by the release version.
39-
ARG RELEASE=2023-02
39+
ARG RELEASE=2024-07
4040

4141
RUN wget -q https://github.com/Systems-Modeling/SysML-v2-API-Services/archive/${RELEASE}.tar.gz?ts=20220819Z020300+00 -O ${RELEASE}.tar.gz
4242

0 commit comments

Comments
 (0)