Skip to content

Commit

Permalink
frontend 3.4.1 backend 3.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
LucienShui committed Oct 7, 2021
1 parent 15dfa81 commit 1175587
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3"

services:
pasteme-frontend:
image: pasteme/frontend:3.4.0
image: pasteme/frontend:3.4.1
container_name: pasteme-frontend
depends_on:
- pasteme-backend
Expand All @@ -19,7 +19,7 @@ services:
- ./data/frontend-usr/:/www/pasteme/usr/

pasteme-backend:
image: pasteme/go-backend:3.5.0
image: pasteme/go-backend:3.5.1
container_name: pasteme-backend
depends_on:
- pasteme-mysql
Expand Down

0 comments on commit 1175587

Please sign in to comment.