Skip to content

Commit 989fa3a

Browse files
authored
Merge pull request #497 from Fish-pro/fix/dockerfile
fix the post-scheduler-plugins-push-images job error
2 parents f08caa2 + 1147fdd commit 989fa3a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build/controller/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414
ARG ARCH
15-
FROM golang:1.17.11
15+
FROM golang:1.19
1616

1717
WORKDIR /go/src/sigs.k8s.io/scheduler-plugins
1818
COPY . .

build/scheduler/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414
ARG ARCH
15-
FROM golang:1.17.11
15+
FROM golang:1.19
1616

1717
WORKDIR /go/src/sigs.k8s.io/scheduler-plugins
1818
COPY . .

0 commit comments

Comments
 (0)