Skip to content

Commit 5fd6af3

Browse files
dependabot[bot]bernot-dev
authored andcommitted
fix(deps): bump golang in /cmd/config-reloader
Bumps golang from `2b1cbf2` to `3f74443`. --- 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 8e27d10 commit 5fd6af3

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.24.0@sha256:2b1cbf278ce05a2a310a3d695ebb176420117a8cfcfcc4e5e68a1bef5f6354da as buildbase
15+
FROM golang:1.24.0@sha256:3f7444391c51a11a039bf0359ee81cc64e663c17d787ad0e637a4de1a3f62a71 as buildbase
1616
WORKDIR /app
1717
COPY go.mod go.mod
1818
COPY go.sum go.sum

0 commit comments

Comments
 (0)