Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

Commit

Permalink
Docker Debian Stretch
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillermo Cespedes committed Jul 10, 2019
1 parent ba29c49 commit 241982e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.debug
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM debian:stable
FROM debian:stretch

ENV APP_PATH=/root/workspace/
ENV DEBIAN_FRONTEND noninteractive
Expand Down
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

# Tested on Debian 9 32bit / 64bit
# Tested on Debian 9.9 32bit / 64bit
# Use at your own risk

#####################################################################################################################
Expand Down

0 comments on commit 241982e

Please sign in to comment.