Skip to content

Commit

Permalink
Merge pull request #708 from UKForeignOffice/feat/fcdo2225/fix-sessions
Browse files Browse the repository at this point in the history
feat: make sessions rolling
  • Loading branch information
simonmoore100 authored Nov 25, 2024
2 parents 5643bc6 + b380a18 commit 249725a
Show file tree
Hide file tree
Showing 5 changed files with 1,072 additions and 819 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ jobs:
type: string

machine:
image: ubuntu-2004:202201-02
image: ubuntu-2004:current

steps:
- attach_workspace:
Expand Down
2 changes: 1 addition & 1 deletion docker/apply/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BASE_IMAGE_TAG="3.26.1-rc.964"
ARG BASE_IMAGE_TAG="3.35.3-rc.15"
FROM ghcr.io/xgovformbuilder/digital-form-builder-runner:$BASE_IMAGE_TAG as base
WORKDIR /usr/src/app
RUN rm -r runner/dist/server/forms && rm -r runner/src
Expand Down
Loading

0 comments on commit 249725a

Please sign in to comment.