Skip to content

Commit

Permalink
Bump rust version in example server too
Browse files Browse the repository at this point in the history
  • Loading branch information
john-haven committed Oct 2, 2024
1 parent fcc61de commit 4838b1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/rust-simple/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM rust:1.71.0 as builder
FROM rust:1.71.1 as builder
RUN useradd -m build
RUN apt update && apt install -y protobuf-compiler

Expand Down
2 changes: 1 addition & 1 deletion examples/rust-simple/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ PROD_REPO ?= us-docker.pkg.dev/agones-images/examples
mkfile_path := $(abspath $(lastword $(MAKEFILE_LIST)))
project_path := $(dir $(mkfile_path))
root_path := $(realpath $(project_path)/../..)
version := 0.13
version := 0.14
ifeq ($(REPOSITORY),)
server_tag := rust-simple-server:$(version)
else
Expand Down

0 comments on commit 4838b1b

Please sign in to comment.