GitHub Actions commited on
Commit
5d3248e
·
1 Parent(s): dcc8d89

Update from GitHub

Browse files
Files changed (2) hide show
  1. Dockerfile +1 -1
  2. hp-solanaceae +1 -1
Dockerfile CHANGED
@@ -45,7 +45,7 @@ COPY --chown=jekyll:jekyll . .
45
  RUN jekyll build
46
 
47
  # Use a lightweight web server to serve the static files
48
- FROM alpine
49
  RUN apk add --no-cache nginx
50
  COPY --from=builder /site/_site /var/www/html
51
 
 
45
  RUN jekyll build
46
 
47
  # Use a lightweight web server to serve the static files
48
+ FROM nginx:alpine
49
  RUN apk add --no-cache nginx
50
  COPY --from=builder /site/_site /var/www/html
51
 
hp-solanaceae CHANGED
@@ -1 +1 @@
1
- Subproject commit 14cb5b918a5055312e5ee97afae7e2be523070e9
 
1
+ Subproject commit dcc8d893bf9a87da43be244cda47cec32f58d6ee