Skip to content

Commit

Permalink
Bump 0.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
bmaz committed Jul 23, 2024
1 parent 66f5738 commit 983c797
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ WORKDIR /resin-frontend
RUN mkdir /resin-backend

RUN apk update && \
apk add nodejs=20.12.1-r0 npm=10.2.5-r0 && \
apk add nodejs=~20 npm=~10 && \
apk add bash && \
apk add at

Expand Down
2 changes: 1 addition & 1 deletion k8s/overlays/prod/sciencespo/kustomization.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ images:
- name: scpomedialab/resin-annuaire-backend
newTag: "0.2.0"
- name: scpomedialab/resin-annuaire
newTag: "0.1.7"
newTag: "0.1.8"

0 comments on commit 983c797

Please sign in to comment.