this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore(deps): update registry.inpt.fr/inp-net/images/go-just docker tag to v1.23.6

+4 -4
+3 -3
.gitlab-ci.yml
··· 22 22 - build 23 23 24 24 test:typescript: 25 - image: registry.inpt.fr/inp-net/images/go-just:1.23.5-1.39.0 25 + image: registry.inpt.fr/inp-net/images/go-just:1.23.6-1.39.0 26 26 stage: test 27 27 rules: 28 28 - when: always ··· 62 62 fi 63 63 64 64 test:up-to-date-prisma-schema: 65 - image: registry.inpt.fr/inp-net/images/go-just:1.23.5-1.39.0 65 + image: registry.inpt.fr/inp-net/images/go-just:1.23.6-1.39.0 66 66 stage: test 67 67 rules: 68 68 - when: always ··· 78 78 fi 79 79 80 80 .gitops: 81 - image: registry.inpt.fr/inp-net/images/go-just:1.23.5-1.39.0 81 + image: registry.inpt.fr/inp-net/images/go-just:1.23.6-1.39.0 82 82 before_script: 83 83 - git config --global user.name gitlab 84 84 - git config --global user.email "git@noreply.inpt.fr"
+1 -1
Dockerfile
··· 1 1 ARG TAG=dev 2 2 3 - FROM registry.inpt.fr/inp-net/images/go-just:1.23.5-1.39.0 AS builder 3 + FROM registry.inpt.fr/inp-net/images/go-just:1.23.6-1.39.0 AS builder 4 4 5 5 # Set the working directory in the container 6 6 WORKDIR /app