Skip to content

Commit

Permalink
build(docker): update [email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
j-mendez committed Oct 28, 2023
1 parent 761f502 commit f1cbc27
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rust:1.69.0-alpine3.17 AS builder
FROM rust:1.73.0-alpine3.17 AS builder

WORKDIR /app
COPY ../ .
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.alpine
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rust:1.69.0-alpine3.17 AS builder
FROM rust:1.73.0-alpine3.17 AS builder

WORKDIR /app
COPY ../ .
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.dev
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rust:1.69.0-alpine3.17 AS builder
FROM rust:1.73.0-alpine3.17 AS builder

WORKDIR /app
COPY ../ .
Expand Down

0 comments on commit f1cbc27

Please sign in to comment.