Skip to content

Commit 46c88ab

Browse files
dependabot[bot]bernot-dev
authored andcommitted
fix(deps): bump golang from 1.23.5 to 1.23.6 in /cmd/config-reloader
Bumps golang from 1.23.5 to 1.23.6. --- 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 624b6c7 commit 46c88ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/config-reloader/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 golang:1.23.5@sha256:8c10f21bec412f08f73aa7b97ca5ac5f28a39d8a88030ad8a339fd0a781d72b4 as buildbase
15+
FROM golang:1.23.6@sha256:927112936d6b496ed95f55f362cc09da6e3e624ef868814c56d55bd7323e0959 as buildbase
1616
WORKDIR /app
1717
COPY go.mod go.mod
1818
COPY go.sum go.sum

0 commit comments

Comments
 (0)