Skip to content

Commit

Permalink
deps: update golang docker tag to v1.18.8 (#275)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Nov 2, 2022
1 parent 1d0c9e1 commit c510824
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion operator/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the manager binary
FROM --platform=$BUILDPLATFORM golang:1.18.7-alpine3.16 as builder
FROM --platform=$BUILDPLATFORM golang:1.18.8-alpine3.16 as builder

ARG CONTROLLER_TOOLS_VERSION=v0.9.2
ARG GIT_HASH
Expand Down
2 changes: 1 addition & 1 deletion scheduler/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
FROM --platform=$BUILDPLATFORM golang:1.18.7-alpine3.16 as builder
FROM --platform=$BUILDPLATFORM golang:1.18.8-alpine3.16 as builder

ARG SCHEDULER_COMPATIBLE_K8S_VERSION
ARG RELEASE_VERSION
Expand Down

0 comments on commit c510824

Please sign in to comment.