Skip to content

Commit

Permalink
Bump golang to 1.18beta2 (#319)
Browse files Browse the repository at this point in the history
  • Loading branch information
Milkshak3s committed Feb 5, 2022
1 parent a0e26e0 commit a7fcd6a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docker/agent.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Dependency Cache
FROM golang:1.13.1-alpine as base
FROM golang:1.18beta2-alpine as base
WORKDIR /app
RUN apk add alpine-sdk git \
&& mkdir -p /app/build
Expand Down
2 changes: 1 addition & 1 deletion docker/build.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.13.1-alpine as base
FROM golang:1.18beta2-alpine as base
WORKDIR /app
COPY go.mod /app/go.mod
COPY go.sum /app/go.sum
Expand Down
2 changes: 1 addition & 1 deletion docker/c2.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Dependency Cache
FROM golang:1.13.1-alpine as base
FROM golang:1.18beta2-alpine as base
WORKDIR /app
RUN apk add alpine-sdk git \
&& mkdir -p /app/build
Expand Down
2 changes: 1 addition & 1 deletion docker/teamserver.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Dependency Cache
FROM golang:1.14.2-buster as base
FROM golang:1.18beta2-buster as base
WORKDIR /app
RUN mkdir -p /app/build /app/cdn
COPY ./go.mod /app/go.mod
Expand Down
2 changes: 1 addition & 1 deletion docker/worker.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Dependency Cache
FROM golang:1.13.1-alpine as base
FROM golang:1.18beta2-alpine as base
WORKDIR /app
RUN apk add alpine-sdk git \
&& mkdir -p /app/build
Expand Down

0 comments on commit a7fcd6a

Please sign in to comment.