Skip to content

Commit

Permalink
Updated cpp-simple
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 1c201d7 commit a25132e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/cpp-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 gcc:8 as builder
FROM gcc:9 as builder

WORKDIR /project

Expand Down
2 changes: 1 addition & 1 deletion examples/cpp-simple/fleet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ spec:
spec:
containers:
- name: cpp-simple
image: gcr.io/agones-images/cpp-simple-server:0.11
image: gcr.io/agones-images/cpp-simple-server:0.12
# imagePullPolicy: Always # add for development
2 changes: 1 addition & 1 deletion examples/cpp-simple/gameserver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ spec:
spec:
containers:
- name: cpp-simple
image: gcr.io/agones-images/cpp-simple-server:0.11
image: gcr.io/agones-images/cpp-simple-server:0.12
imagePullPolicy: Always # add for development

0 comments on commit a25132e

Please sign in to comment.