Skip to content

Commit 3625e90

Browse files
Bump golang in /vertical-pod-autoscaler/pkg/admission-controller
Bumps golang from 1.22.3 to 1.22.4. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8040ead commit 3625e90

File tree

1 file changed

+1
-1
lines changed
  • vertical-pod-autoscaler/pkg/admission-controller

1 file changed

+1
-1
lines changed

vertical-pod-autoscaler/pkg/admission-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

15-
FROM --platform=$BUILDPLATFORM golang:1.22.3 as builder
15+
FROM --platform=$BUILDPLATFORM golang:1.22.4 as builder
1616

1717
ENV GOPATH /gopath/
1818
ENV PATH $GOPATH/bin:$PATH

0 commit comments

Comments
 (0)