Skip to content

Commit

Permalink
upgrade web and server
Browse files Browse the repository at this point in the history
  • Loading branch information
thiscaspar committed Jan 3, 2025
1 parent c240473 commit 5d9c9fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,9 @@ RUN \


# Stage 2: Put the webapp files in place
FROM ghcr.io/pixelaw/web:0.5.2 AS web
FROM ghcr.io/pixelaw/web:0.5.3 AS web

FROM ghcr.io/pixelaw/server:0.5.0 AS server
FROM ghcr.io/pixelaw/server:0.5.1 AS server


FROM dojo AS runner
Expand Down

0 comments on commit 5d9c9fa

Please sign in to comment.