Skip to content

Commit

Permalink
Updated xonotic
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-kremsa-globant authored and akremsa committed Feb 19, 2020
1 parent ac70769 commit 1c201d7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/xonotic/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.

# build
FROM golang:1.11.5 as builder
FROM golang:1.13.7 as builder
WORKDIR /go/src/xonotic

RUN apt-get update && apt-get install -y unzip curl
Expand Down
2 changes: 1 addition & 1 deletion examples/xonotic/fleet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ spec:
spec:
containers:
- name: xonotic
image: gcr.io/agones-images/xonotic-example:0.7
image: gcr.io/agones-images/xonotic-example:0.8
2 changes: 1 addition & 1 deletion examples/xonotic/gameserver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ spec:
spec:
containers:
- name: xonotic
image: gcr.io/agones-images/xonotic-example:0.7
image: gcr.io/agones-images/xonotic-example:0.8
# imagePullPolicy: Always # add for development

0 comments on commit 1c201d7

Please sign in to comment.