Skip to content

Commit

Permalink
Update dockerfile rust image version (#277)
Browse files Browse the repository at this point in the history
  • Loading branch information
nitisht authored Feb 9, 2023
1 parent 8d2a76c commit 9110055
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
Expand Up @@ -14,7 +14,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.

# Compile
FROM rust:1.65-alpine AS compiler
FROM rust:1.67-alpine AS compiler

WORKDIR /parseable

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.static
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.

# Compile
FROM rust:1.65-alpine AS compiler
FROM rust:1.67-alpine AS compiler

WORKDIR /parseable

Expand Down

0 comments on commit 9110055

Please sign in to comment.