Skip to content

Commit 8b07076

Browse files
author
Atsushi Abe
committed
Build on buster
Previously using stretch (Debian9).
1 parent eb48b8c commit 8b07076

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM debian:stretch
1+
FROM debian:buster
22

33
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
44

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ None
1515
## Usage
1616

1717
```
18-
uses: LinearTapeFileSystem/Debian10-Build@v0.1
18+
uses: LinearTapeFileSystem/Debian10-Build@v1.0
1919
with:
2020
destination: '/tmp/ltfs'
2121
```

0 commit comments

Comments
 (0)