Skip to content

Commit 77cf001

Browse files
authored
Update to rust 1.65 in Dockerfile (#209)
1 parent 1d9cd44 commit 77cf001

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# along with this program. If not, see <http://www.gnu.org/licenses/>.
1515

1616
# Compile
17-
FROM rust:1.63-alpine AS compiler
17+
FROM rust:1.65-alpine AS compiler
1818

1919
WORKDIR /parseable
2020

Dockerfile.static

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# along with this program. If not, see <http://www.gnu.org/licenses/>.
1515

1616
# Compile
17-
FROM rust:1.63-alpine AS compiler
17+
FROM rust:1.65-alpine AS compiler
1818

1919
WORKDIR /parseable
2020

0 commit comments

Comments
 (0)