zhangys36 2 years ago
parent
commit
d987d45e64
2 changed files with 2 additions and 2 deletions
  1. 1 1
      .drone.yml
  2. 1 1
      Dockerfile

+ 1 - 1
.drone.yml

@@ -52,7 +52,7 @@ steps:
       script:
         - cd /www/wwwroot/railway-web.iamsee.com/release
         - docker build -t iamsee/gdsc-web:1.0.0 .
-        - docker save -o gdsc-web:1.0.0.tar gdsc-web:1.0.0
+        - docker save -o gdsc-web@1.0.0.tar iamsee/gdsc-web:1.0.0
 volumes:
   - name: cache # The name use in this pipeline,
     host:

+ 1 - 1
Dockerfile

@@ -1,5 +1,5 @@
 # Version 1.0.0
-FROM nginx:1.20.0
+FROM nginx:1.21.6-alpine
 
 MAINTAINER iamsee "root@iamsee.com"