Skip to content

Commit

Permalink
Build on buster
Browse files Browse the repository at this point in the history
Previously using stretch (Debian9).
  • Loading branch information
Atsushi Abe committed Jan 13, 2021
1 parent eb48b8c commit 8b07076
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM debian:stretch
FROM debian:buster

RUN apt-get -q -y update && apt-get -q -y upgrade && apt-get -q -y install build-essential automake autoconf libtool pkg-config icu* libicu* icu-devtools libicu-dev libxml2-dev uuid-dev fuse libfuse-dev libsnmp-dev

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ None
## Usage

```
uses: LinearTapeFileSystem/Debian10-Build@v0.1
uses: LinearTapeFileSystem/Debian10-Build@v1.0
with:
destination: '/tmp/ltfs'
```

0 comments on commit 8b07076

Please sign in to comment.